* bugfix za cron gdje se koristio cron.pid umjesto crond.pid
[monit-cn.git] / monit-cn / cron.conf
index 56753f2..eb07948 100644 (file)
@@ -1,6 +1,10 @@
-# crond monit-cn template
+## Begin - Generated by CARNet package monit-cn
+#
+#  This is a monit-cn template file.  REMOVE this whole comment block if
+#  you DON'T WANT monit-cn to edit/remove/delete your configuration file.
+#
+## End - Generated by CARNet package monit-cn
 
-check process cron with pidfile "/var/run/cron.pid"
-    group system
+check process cron with pidfile "/var/run/crond.pid"
     start program = "/etc/init.d/cron start"
     stop program = "/etc/init.d/cron stop"