blob: 22c4feb2dc17951b17ae9ebc3304a5c156bc7e7b [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001# /etc/crontab: system-wide crontab
2# Unlike any other crontab you don't have to run the `crontab'
3# command to install the new version when you edit this file
4# and files in /etc/cron.d. These files also have username fields,
5# that none of the other crontabs do.
6
7SHELL=/bin/sh
8PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
9
10# m h dom mon dow user command
11# 1 * * * * root cd / && run-parts /etc/cron.hourly
12# 30 7 * * * root cd / && run-parts /etc/cron.daily
13# 42 7 * * 7 root cd / && run-parts /etc/cron.weekly
14# 55 7 1 * * root cd / && run-parts /etc/cron.monthly