xref: /dragonfly/etc/crontab (revision 984263bc)
1# /etc/crontab - root's crontab for FreeBSD
2#
3# $FreeBSD: src/etc/crontab,v 1.21.2.3 2000/12/08 10:56:07 obrien Exp $
4#
5SHELL=/bin/sh
6PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
7HOME=/var/log
8#
9#minute	hour	mday	month	wday	who	command
10#
11*/5	*	*	*	*	root	/usr/libexec/atrun
12#
13# rotate log files every hour, if necessary
140	*	*	*	*	root	newsyslog
15#
16# do daily/weekly/monthly maintenance
171	3	*	*	*	root	periodic daily
1815	4	*	*	6	root	periodic weekly
1930	5	1	*	*	root	periodic monthly
20#
21# time zone change adjustment for wall cmos clock,
22# does nothing, if you have UTC cmos clock.
23# See adjkerntz(8) for details.
241,31	0-5	*	*	*	root	adjkerntz -a
25