]> git.pld-linux.org Git - packages/logcheck.git/commitdiff
- from debian
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 18 Jul 2006 20:44:04 +0000 (20:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    logcheck.cron -> 1.1

logcheck.cron [new file with mode: 0644]

diff --git a/logcheck.cron b/logcheck.cron
new file mode 100644 (file)
index 0000000..af339ff
--- /dev/null
@@ -0,0 +1,8 @@
+# /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
This page took 0.191691 seconds and 4 git commands to generate.