cleanup
This commit is contained in:
parent
c7824e8ffa
commit
a16b753d20
|
@ -1123,9 +1123,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