Port the v4ips & v6ips Facter functions to Ruby 1.9 from Debian wheezy/jessie
[mirror/dsa-puppet.git] / modules / monit / files / puppet
index b08ec0c..7368083 100644 (file)
@@ -6,4 +6,4 @@
 check file cronalive
     with path /var/cache/dsa/cron.alive
     # a cycle is 5 minutes, 24 cycles is thus 2 hours
-    if timestamp > 120 minutes for 24 cycles then exec "/etc/init.d/cron restart"
+    if timestamp > 120 minutes for 24 cycles then exec "service cron restart"