summaryrefslogtreecommitdiffstats
path: root/main/logcheck/logcheck.cron.d
blob: 58cd047bb6ffede6c3a845a47dd709edf0aba450 (plain)
1
2
3
4
5
6
7
8
9
# /etc/cron.d/logcheck: crontab entries for the logcheck package

PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root

@reboot         logcheck    if [ -x /usr/sbin/logcheck ]; then nice -n10 /usr/sbin/logcheck -R; fi
2 * * * *       logcheck    if [ -x /usr/sbin/logcheck ]; then nice -n10 /usr/sbin/logcheck; fi

# EOF