crontab revision 194170
1219019Sgabor# /etc/crontab - root's crontab for FreeBSD
2219019Sgabor#
3219019Sgabor# $FreeBSD: head/etc/crontab 194170 2009-06-14 06:37:19Z brian $
4219019Sgabor#
5219019SgaborSHELL=/bin/sh
6219019SgaborPATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
7219019Sgabor#
8219019Sgabor#minute	hour	mday	month	wday	who	command
9219019Sgabor#
10219019Sgabor*/5	*	*	*	*	root	/usr/libexec/atrun
11219019Sgabor#
12219019Sgabor# Save some entropy so that /dev/random can re-seed on boot.
13219019Sgabor*/11	*	*	*	*	operator /usr/libexec/save-entropy
14219019Sgabor#
15219019Sgabor# Rotate log files every hour, if necessary.
16219019Sgabor0	*	*	*	*	root	newsyslog
17219019Sgabor#
18219019Sgabor# Perform daily/weekly/monthly maintenance.
19219019Sgabor1	3	*	*	*	root	periodic daily
20219019Sgabor15	4	*	*	6	root	periodic weekly
21219019Sgabor30	5	1	*	*	root	periodic monthly
22219019Sgabor#
23219019Sgabor# Adjust the time zone if the CMOS clock keeps local time, as opposed to
24219019Sgabor# UTC time.  See adjkerntz(8) for details.
25219019Sgabor1,31	0-5	*	*	*	root	adjkerntz -a
26219019Sgabor