mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-31 19:31:10 +02:00
10 lines
279 B
Plaintext
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
|