xref: /dflybsd-src/etc/crontab (revision be4f6be01c03e8cba9e937ca117d95a59f709343)
1c89e04fcSJeroen 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 $
4984263bcSMatthew Dillon#
5984263bcSMatthew DillonSHELL=/bin/sh
6*be4f6be0SAaron LIPATH=/bin:/sbin:/usr/bin:/usr/sbin
7984263bcSMatthew Dillon#
8984263bcSMatthew Dillon#minute	hour	mday	month	wday	who	command
9984263bcSMatthew Dillon#
10984263bcSMatthew Dillon*/5	*	*	*	*	root	/usr/libexec/atrun
11984263bcSMatthew Dillon#
12984263bcSMatthew Dillon# rotate log files every hour, if necessary
13984263bcSMatthew Dillon0	*	*	*	*	root	newsyslog
14984263bcSMatthew Dillon#
15984263bcSMatthew Dillon# do daily/weekly/monthly maintenance
16984263bcSMatthew Dillon1	3	*	*	*	root	periodic daily
17984263bcSMatthew Dillon15	4	*	*	6	root	periodic weekly
18984263bcSMatthew Dillon30	5	1	*	*	root	periodic monthly
19984263bcSMatthew Dillon#
20984263bcSMatthew Dillon# time zone change adjustment for wall cmos clock,
21984263bcSMatthew Dillon# does nothing, if you have UTC cmos clock.
22984263bcSMatthew Dillon# See adjkerntz(8) for details.
23984263bcSMatthew Dillon1,31	0-5	*	*	*	root	adjkerntz -a
24