Commit | Line | Data |
---|---|---|
6dca1d21 JB |
1 | # |
2 | # /etc/crontab: crond(8) configuration | |
3 | # | |
4 | # The format of this file: | |
5 | # Min Hour Day Month DayOfWeek Command | |
6 | ||
7 | 00 20 * * * /usr/sbin/runjobs /etc/cron/daily | |
8 | 05 20 * * mon /usr/sbin/runjobs /etc/cron/weekly | |
9 | 10 20 1 * * /usr/sbin/runjobs /etc/cron/monthly | |
10 | 15 * * * * /usr/sbin/runjobs /etc/cron/hourly | |
11 | ||
12 | # End of file |