summaryrefslogtreecommitdiffstats
path: root/dcron/crontab
blob: 6cf0d18b2137260de16ac4d2e2d61ee7f134e4bc (plain)
1
2
3
4
5
6
7
8
9
10
#
# /etc/crontab: crond(8) configuration
#

@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

# End of file