From 4ab886bce9b8c9ad503f03d0f677d989ad8ec58e Mon Sep 17 00:00:00 2001 From: Michael Razuvaev Date: Fri, 10 Apr 2009 13:21:55 +0000 Subject: [PATCH] Metrica: add enable_cron after restart in init file --- tools/init.d/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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