xref: /dflybsd-src/etc/crontab (revision c89e04fc6208c77e01fe8f6aba708cc14f82c638)
1*c89e04fcSJeroen Ruigrok/asmodai# /etc/crontab - systemwide crontab for DragonFly
2984263bcSMatthew Dillon#
3984263bcSMatthew Dillon# $FreeBSD: src/etc/crontab,v 1.21.2.3 2000/12/08 10:56:07 obrien Exp $
4*c89e04fcSJeroen Ruigrok/asmodai# $DragonFly: src/etc/crontab,v 1.3 2004/10/14 11:50:24 asmodai Exp $
5984263bcSMatthew Dillon#
6984263bcSMatthew DillonSHELL=/bin/sh
7984263bcSMatthew DillonPATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
8984263bcSMatthew DillonHOME=/var/log
9984263bcSMatthew Dillon#
10984263bcSMatthew Dillon#minute	hour	mday	month	wday	who	command
11984263bcSMatthew Dillon#
12984263bcSMatthew Dillon*/5	*	*	*	*	root	/usr/libexec/atrun
13984263bcSMatthew Dillon#
14984263bcSMatthew Dillon# rotate log files every hour, if necessary
15984263bcSMatthew Dillon0	*	*	*	*	root	newsyslog
16984263bcSMatthew Dillon#
17984263bcSMatthew Dillon# do daily/weekly/monthly maintenance
18984263bcSMatthew Dillon1	3	*	*	*	root	periodic daily
19984263bcSMatthew Dillon15	4	*	*	6	root	periodic weekly
20984263bcSMatthew Dillon30	5	1	*	*	root	periodic monthly
21984263bcSMatthew Dillon#
22984263bcSMatthew Dillon# time zone change adjustment for wall cmos clock,
23984263bcSMatthew Dillon# does nothing, if you have UTC cmos clock.
24984263bcSMatthew Dillon# See adjkerntz(8) for details.
25984263bcSMatthew Dillon1,31	0-5	*	*	*	root	adjkerntz -a
26