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