xref: /dragonfly/etc/crontab (revision abf903a5)
1# /etc/crontab - systemwide crontab for DragonFly
2#
3# $FreeBSD: src/etc/crontab,v 1.21.2.3 2000/12/08 10:56:07 obrien Exp $
4#
5SHELL=/bin/sh
6PATH=/bin:/sbin:/usr/bin:/usr/sbin
7#
8#minute	hour	mday	month	wday	who	command
9#
10*/5	*	*	*	*	root	/usr/libexec/atrun
11#
12# rotate log files every hour, if necessary
130	*	*	*	*	root	newsyslog
14#
15# do daily/weekly/monthly maintenance
161	3	*	*	*	root	periodic daily
1715	4	*	*	6	root	periodic weekly
1830	5	1	*	*	root	periodic monthly
19#
20# time zone change adjustment for wall cmos clock,
21# does nothing, if you have UTC cmos clock.
22# See adjkerntz(8) for details.
231,31	0-5	*	*	*	root	adjkerntz -a
24