aports/community/munin/munin.crond
Jakub Jirutka ca9fdb5793 community/munin: fix file name
I'm very sorry...
2016-10-20 18:35:04 +02:00

10 lines
279 B
Plaintext

# /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