aboutsummaryrefslogtreecommitdiffstats
path: root/community/munin/munin.crond
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-10-20 18:35:04 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-10-20 18:35:04 +0200
commitca9fdb579304447a010360be861239a18cc1c1bc (patch)
tree11ec68f5288e8e31ffa03f634c9a12c4c53f6703 /community/munin/munin.crond
parent8f877f9cfe4721decf226ca8d8117e361e8869d0 (diff)
downloadaports-ca9fdb579304447a010360be861239a18cc1c1bc.tar.bz2
aports-ca9fdb579304447a010360be861239a18cc1c1bc.tar.xz
community/munin: fix file name
I'm very sorry...
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