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
RUN apt-get update -q --fix-missing && \
apt-get -y upgrade && \
apt-get -y install postfix
RUN apt-get update -q --fix-missing && \
apt-get -y upgrade && \
apt-get -y install postfix && \
apt-get -y install --no-install-recommends \
amavisd-new \
arj \

View File

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