| 1 |
# for dcron
|
| 2 |
# $Header: /var/cvsroot/gentoo-x86/sys-process/dcron/files/crontab,v 1.2 2009/05/12 09:18:29 bangert Exp $
|
| 3 |
|
| 4 |
# dcron:
|
| 5 |
# This is NOT the system crontab! dcron does not support a system crontab.
|
| 6 |
# to get /etc/cron.{hourly|daily|weekly|montly} working with dcron run
|
| 7 |
# crontab /etc/crontab
|
| 8 |
# as root.
|
| 9 |
# NOTE: This will REPLACE root's current crontab!!
|
| 10 |
|
| 11 |
# check scripts in cron.hourly, cron.daily, cron.weekly and cron.monthly
|
| 12 |
59 * * * * rm -f /var/spool/cron/lastrun/cron.hourly
|
| 13 |
9 3 * * * rm -f /var/spool/cron/lastrun/cron.daily
|
| 14 |
19 4 * * 6 rm -f /var/spool/cron/lastrun/cron.weekly
|
| 15 |
29 5 1 * * rm -f /var/spool/cron/lastrun/cron.monthly
|
| 16 |
*/10 * * * * test -x /usr/sbin/run-crons && /usr/sbin/run-crons
|