core/dcron/crontab

11 lines
303 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
#
# /etc/crontab: crond(8) configuration
#
2010-01-28 17:46:38 +01:00
@hourly ID=sys.hourly /usr/sbin/runjobs /etc/cron/hourly
@daily ID=sys.daily /usr/sbin/runjobs /etc/cron/daily
@weekly ID=sys.weekly /usr/sbin/runjobs /etc/cron/weekly
@monthly ID=sys.monthly /usr/sbin/runjobs /etc/cron/monthly
2006-02-23 16:26:10 +01:00
# End of file