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