xref: /freebsd/usr.sbin/cron/cron/crontab (revision 069ac184)
1# /etc/crontab - root's crontab for FreeBSD
2#
3#
4SHELL=/bin/sh
5PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
6#
7#minute	hour	mday	month	wday	who	command
8#
9# Save some entropy so that /dev/random can re-seed on boot.
10*/11	*	*	*	*	operator /usr/libexec/save-entropy
11#
12# Rotate log files every hour, if necessary.
130	*	*	*	*	root	newsyslog
14#
15# Perform daily/weekly/monthly maintenance.
161	3	*	*	*	root	periodic daily
1715	4	*	*	6	root	periodic weekly
1830	5	1	*	*	root	periodic monthly
19#
20# Adjust the time zone if the CMOS clock keeps local time, as opposed to
21# UTC time.  See adjkerntz(8) for details.
221,31	0-5	*	*	*	root	adjkerntz -a
23