# /etc/crontab - root's crontab for FreeBSD
#
# $FreeBSD: src/etc/crontab,v 1.32.32.1 2008/11/25 02:59:29 kensmith Exp $
#
SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin
HOME=/var/log
#
#minute	hour	mday	month	wday	who	command
#
*/5	*	*	*	*	root	/usr/libexec/atrun
#
# Save some entropy so that /dev/random can re-seed on boot.
*/11	*	*	*	*	operator /usr/libexec/save-entropy
#
# Rotate log files every hour, if necessary.
0	*	*	*	*	root	newsyslog
#
# Perform daily/weekly/monthly maintenance.
1	3	*	*	*	root	periodic daily
15	4	*	*	6	root	periodic weekly
30	5	1	*	*	root	periodic monthly
#
# Adjust the time zone if the CMOS clock keeps local time, as opposed to
# UTC time.  See adjkerntz(8) for details.
1,31	0-5	*	*	*	root	adjkerntz -a
#
# WL NanoBSD Custom Rules
#
# Write updates for ntp.drift to flash
0	12	*	*	*	root	/tools/store-ntpdrift
#
# Nagios checks
*/15	*	*	*	*	root	/tools/check-inet-alive
# Portal maintenance
*/5	*	*	*	*	root	/usr/local/www/wlportal/index.cgi cleanup
# Resolv optimizer
*/15	*	*	*	*	root	/tools/nameserver-shuffle cron
# Sync ``shadow'' routing table
*/5	*	*	*	*	root	/tools/sync-fib-tables
#
# Optional settings depending on type of node configuration
#
#*/15    *   *   *   *   root    /etc/rc.d/named start
#*/15    *   *   *   *   root    service lvrouted start
