This commit is contained in:
Luke 2017-06-07 02:48:00 -07:00 committed by Johan Smits
parent c7824e8ffa
commit a16b753d20
1 changed files with 2 additions and 3 deletions

View File

@ -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() {