diff --git a/tools/init.d/template b/tools/init.d/template index 40e8b89206d..245202f40fb 100755 --- a/tools/init.d/template +++ b/tools/init.d/template @@ -115,7 +115,7 @@ case "$1" in isrun && echo "$PROGRAM service is running" || echo "$PROGRAM service is stopped" ;; restart) - restart + restart && enable_cron ;; reload) restart