diff options
Diffstat (limited to 'testing/logcheck/logcheck.cron.d')
-rw-r--r-- | testing/logcheck/logcheck.cron.d | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/logcheck/logcheck.cron.d b/testing/logcheck/logcheck.cron.d new file mode 100644 index 0000000000..58cd047bb6 --- /dev/null +++ b/testing/logcheck/logcheck.cron.d @@ -0,0 +1,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 |