]> git.pld-linux.org Git - packages/logcheck.git/blobdiff - logcheck.cron
- up to 1.2.63
[packages/logcheck.git] / logcheck.cron
index af339ff218ef6911d9dc9e8fb5dec82a6b8e9c27..8eb735235b11851994e86df3c61f22176f88fc15 100644 (file)
@@ -1,8 +1,7 @@
 # /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
+@reboot   logcheck nice -n10 /usr/sbin/logcheck -R
+2 * * * * logcheck nice -n10 /usr/sbin/logcheck
 
-# EOF
+# vim:syn=crontab
This page took 0.650942 seconds and 4 git commands to generate.