crontab revision 72506
190926Snectar# /etc/crontab - root's crontab for FreeBSD
2233294Sstas#
3233294Sstas# $FreeBSD: head/etc/crontab 72506 2001-02-15 01:34:37Z peter $
4233294Sstas#
590926SnectarSHELL=/bin/sh
6233294SstasPATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
7233294SstasHOME=/var/log
8233294Sstas#
990926Snectar#minute	hour	mday	month	wday	who	command
10233294Sstas#
11233294Sstas*/5	*	*	*	*	root	/usr/libexec/atrun
1290926Snectar#
13233294Sstas# save some entropy so that /dev/random can reseed on boot
14233294Sstas*/11	*	*	*	*	operator /usr/libexec/save-entropy
15233294Sstas#
1690926Snectar# rotate log files every hour, if necessary
17233294Sstas0	*	*	*	*	root	newsyslog
18233294Sstas#
19233294Sstas# do daily/weekly/monthly maintenance
2090926Snectar1	3	*	*	*	root	periodic daily
21233294Sstas15	4	*	*	6	root	periodic weekly
22233294Sstas30	5	1	*	*	root	periodic monthly
23233294Sstas#
24233294Sstas# time zone change adjustment for wall cmos clock,
25233294Sstas# does nothing, if you have UTC cmos clock.
26233294Sstas# See adjkerntz(8) for details.
27233294Sstas1,31	0-5	*	*	*	root	adjkerntz -a
28233294Sstas#
29233294Sstas# Try and stop mail sitting around in the queue forever if there is no
30233294Sstas# sendmail -q30m periodically trying to dequeue it.
31233294Sstas41	6	*	*	*	root	/usr/sbin/sendmail -q
3290926Snectar