11363Ssean# /etc/crontab - root's crontab for FreeBSD
2151Srgrimes#
350472Speter# $FreeBSD$
4151Srgrimes#
5151SrgrimesSHELL=/bin/sh
6151SrgrimesPATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
7151Srgrimes#
81001Sguido#minute	hour	mday	month	wday	who	command
9151Srgrimes#
1071014Sdougb*/5	*	*	*	*	root	/usr/libexec/atrun
1171014Sdougb#
12107171Stom# Save some entropy so that /dev/random can re-seed on boot.
1371014Sdougb*/11	*	*	*	*	operator /usr/libexec/save-entropy
1470922Sdougb#
15107171Stom# Rotate log files every hour, if necessary.
1628144Spst0	*	*	*	*	root	newsyslog
17151Srgrimes#
18107171Stom# Perform daily/weekly/monthly maintenance.
1969865Sobrien1	3	*	*	*	root	periodic daily
2069865Sobrien15	4	*	*	6	root	periodic weekly
2169865Sobrien30	5	1	*	*	root	periodic monthly
224092Sache#
23107171Stom# Adjust the time zone if the CMOS clock keeps local time, as opposed to
24107171Stom# UTC time.  See adjkerntz(8) for details.
2554645Sobrien1,31	0-5	*	*	*	root	adjkerntz -a
26