Loading root/etc/cont-init.d/50-virtualmin-config +1 −34 Original line number Diff line number Diff line Loading @@ -9,40 +9,7 @@ mkdir -p /config/etc /config/var/lib /config/var/spool/cron # borrowed from LinuxServer.io's own scripts, and hacked around by me. first set up a (huge) list of all the things we want to replace with symlinks, mostly in /etc symlinks=( \ /etc/apache2 \ /etc/awstats \ /etc/clamav \ /etc/cron.d \ /etc/cron.daily \ /etc/cron.hourly \ /etc/cron.monthly \ /etc/cron.weekly \ /etc/default \ /etc/dovecot \ /etc/logrotate.d \ /etc/mysql \ /etc/php \ /etc/postfix \ /etc/spamassassin \ /etc/webmin \ /etc/aliases \ /etc/aliases.db \ /etc/crontab \ /etc/group \ /etc/group- \ /etc/logrotate.conf \ /etc/opendkim.conf \ /etc/opendkim \ /etc/passwd \ /etc/passwd- \ /etc/procmailrc \ /etc/virtualmin-license \ /etc/dkimkeys \ /etc/gshadow \ /etc/gshadow- \ /etc/shadow \ /etc/shadow- \ /etc/usermin \ /etc \ /home \ /var/lib/clamav \ /var/spool/cron/crontabs ) Loading Loading
root/etc/cont-init.d/50-virtualmin-config +1 −34 Original line number Diff line number Diff line Loading @@ -9,40 +9,7 @@ mkdir -p /config/etc /config/var/lib /config/var/spool/cron # borrowed from LinuxServer.io's own scripts, and hacked around by me. first set up a (huge) list of all the things we want to replace with symlinks, mostly in /etc symlinks=( \ /etc/apache2 \ /etc/awstats \ /etc/clamav \ /etc/cron.d \ /etc/cron.daily \ /etc/cron.hourly \ /etc/cron.monthly \ /etc/cron.weekly \ /etc/default \ /etc/dovecot \ /etc/logrotate.d \ /etc/mysql \ /etc/php \ /etc/postfix \ /etc/spamassassin \ /etc/webmin \ /etc/aliases \ /etc/aliases.db \ /etc/crontab \ /etc/group \ /etc/group- \ /etc/logrotate.conf \ /etc/opendkim.conf \ /etc/opendkim \ /etc/passwd \ /etc/passwd- \ /etc/procmailrc \ /etc/virtualmin-license \ /etc/dkimkeys \ /etc/gshadow \ /etc/gshadow- \ /etc/shadow \ /etc/shadow- \ /etc/usermin \ /etc \ /home \ /var/lib/clamav \ /var/spool/cron/crontabs ) Loading