aboutsummaryrefslogtreecommitdiffstats
path: root/testing/munin/munin.cron.d
diff options
context:
space:
mode:
Diffstat (limited to 'testing/munin/munin.cron.d')
-rw-r--r--testing/munin/munin.cron.d9
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/munin/munin.cron.d b/testing/munin/munin.cron.d
deleted file mode 100644
index 45d5ee62da..0000000000
--- a/testing/munin/munin.cron.d
+++ /dev/null
@@ -1,9 +0,0 @@
-# /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