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