aports/testing/munin/munin.cron.d
2016-08-18 21:59:22 +02:00

10 lines
279 B
D

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