1# /etc/crontab - root's crontab for FreeBSD
2#
3# $FreeBSD$
4#
5SHELL=/bin/sh
6PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
7#
8#minute	hour	mday	month	wday	who	command
9#
10*/5	*	*	*	*	root	/usr/libexec/atrun
11#
12# Save some entropy so that /dev/random can re-seed on boot.
13*/11	*	*	*	*	operator /usr/libexec/save-entropy
14#
15# Rotate log files every hour, if necessary.
160	*	*	*	*	root	newsyslog
17#
18# Perform daily/weekly/monthly maintenance.
191	3	*	*	*	root	periodic daily
2015	4	*	*	6	root	periodic weekly
2130	5	1	*	*	root	periodic monthly
22#
23# Adjust the time zone if the CMOS clock keeps local time, as opposed to
24# UTC time.  See adjkerntz(8) for details.
251,31	0-5	*	*	*	root	adjkerntz -a
26