aboutsummaryrefslogtreecommitdiffstats
path: root/community/munin/munin.crond
diff options
context:
space:
mode:
Diffstat (limited to 'community/munin/munin.crond')
-rw-r--r--community/munin/munin.crond9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/munin/munin.crond b/community/munin/munin.crond
new file mode 100644
index 0000000000..45d5ee62da
--- /dev/null
+++ b/community/munin/munin.crond
@@ -0,0 +1,9 @@
+# /etc/cron.d/munin: crontab entries for the munin package
+
+PATH=/sbin:/bin:/usr/sbin:/usr/bin
+MAILTO=root
+
+@reboot munin if [ -x /usr/bin/munin-cron ]; then /usr/bin/munin-cron; fi
+*/5 * * * * munin if [ -x /usr/bin/munin-cron ]; then /usr/bin/munin-cron; fi
+
+# EOF