summaryrefslogtreecommitdiffstats
path: root/etc/crontab
blob: b64a804f2628bd3e5cf26c8a7eca4596170f7f43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# /etc/crontab - root's crontab for FreeBSD
#
# $FreeBSD$
#
SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
HOME=/var/log
#
#minute	hour	mday	month	wday	who	command
#
*/5	*	*	*	*	root	/usr/libexec/atrun
#
# rotate log files every hour, if necessary
0	*	*	*	*	root	newsyslog
#
# Do daily/weekly/monthly maintenance.
# These four rules make sure the right maintenance scripts run one
# after the other on the right day.
1	3	2-31	*	0-5	root	periodic daily
1	3	2-31	*	6	root	periodic daily weekly
1	3	1	*	0-5	root	periodic daily monthly
1	3	1	*	6	root	periodic daily weekly monthly
#
# time zone change adjustment for wall cmos clock,
# does nothing, if you have UTC cmos clock.
# See adjkerntz(8) for details.
1,31	0-5	*	*	*	root	adjkerntz -a
OpenPOWER on IntegriCloud