This commit is contained in:
Luke 2017-06-07 02:48:00 -07:00
parent 348d2e34a8
commit 323d13a68a
2 changed files with 3 additions and 6 deletions

View File

@ -8,9 +8,7 @@ ENV ONE_DIR=0
# Packages # Packages
RUN apt-get update -q --fix-missing && \ RUN apt-get update -q --fix-missing && \
apt-get -y upgrade && \ apt-get -y upgrade && \
apt-get -y install postfix apt-get -y install postfix && \
RUN apt-get update -q --fix-missing && \
apt-get -y upgrade && \
apt-get -y install --no-install-recommends \ apt-get -y install --no-install-recommends \
amavisd-new \ amavisd-new \
arj \ arj \

View File

@ -1128,9 +1128,8 @@ function start_daemons() {
} }
function _start_daemons_cron() { function _start_daemons_cron() {
notify 'task' 'Skipping starting cron\n' 'n' notify 'task' 'Starting cron' 'n'
# cron starts automatically. I don't think this is necessary. display_startup_daemon "cron"
#supervisorctl start cron
} }
function _start_daemons_rsyslog() { function _start_daemons_rsyslog() {