add enable_cron after restart in init file
This commit is contained in:
Michael Razuvaev 2009-04-10 13:21:55 +00:00
parent 0e13063557
commit 4ab886bce9

View File

@ -115,7 +115,7 @@ case "$1" in
isrun && echo "$PROGRAM service is running" || echo "$PROGRAM service is stopped" isrun && echo "$PROGRAM service is running" || echo "$PROGRAM service is stopped"
;; ;;
restart) restart)
restart restart && enable_cron
;; ;;
reload) reload)
restart restart