diff options
author | Duane Hughes <duanejevon@gmail.com> | 2011-03-22 08:30:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-22 21:03:30 +0000 |
commit | 019aab029adea34f90f2811556b8df162c3e7b46 (patch) | |
tree | ae83fe79babb2df7f6a7d658afe1fde6bbd5ef67 /main/logcheck/logcheck.cron.d | |
parent | acdd8885dd810ddcea0f0dc77b9cb34e66c97709 (diff) | |
download | aports-019aab029adea34f90f2811556b8df162c3e7b46.tar.bz2 aports-019aab029adea34f90f2811556b8df162c3e7b46.tar.xz |
main/{liblockfile|logcheck|lockfile-progs}: moving to main branch
verified operation, moving to main repo
Diffstat (limited to 'main/logcheck/logcheck.cron.d')
-rw-r--r-- | main/logcheck/logcheck.cron.d | 9 |
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 |