cleanup
This commit is contained in:
parent
348d2e34a8
commit
323d13a68a
|
@ -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 \
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue