From a16b753d203ac9512f26dcc33ddfbfbae39c24e5 Mon Sep 17 00:00:00 2001 From: Luke Date: Wed, 7 Jun 2017 02:48:00 -0700 Subject: [PATCH] cleanup --- target/start-mailserver.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/target/start-mailserver.sh b/target/start-mailserver.sh index 2e29d4d8..583663fb 100644 --- a/target/start-mailserver.sh +++ b/target/start-mailserver.sh @@ -1123,9 +1123,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() {