From 323d13a68a4f965405d916a04aaf2cb25ae73a06 Mon Sep 17 00:00:00 2001 From: Luke Date: Wed, 7 Jun 2017 02:48:00 -0700 Subject: [PATCH] cleanup --- Dockerfile | 4 +--- target/start-mailserver.sh | 5 ++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 20adcc92..39b53d6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/target/start-mailserver.sh b/target/start-mailserver.sh index b02c1885..7f8c65a0 100644 --- a/target/start-mailserver.sh +++ b/target/start-mailserver.sh @@ -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() {