core/dcron/crontab

13 lines
319 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
#
# /etc/crontab: crond(8) configuration
#
# The format of this file:
# Min Hour Day Month DayOfWeek Command
00 20 * * * /usr/sbin/runjobs /etc/cron/daily
05 20 * * mon /usr/sbin/runjobs /etc/cron/weekly
10 20 1 * * /usr/sbin/runjobs /etc/cron/monthly
2008-11-19 10:45:51 +01:00
15 * * * * /usr/sbin/runjobs /etc/cron/hourly
2006-02-23 16:26:10 +01:00
# End of file