1# /etc/crontab - root's crontab for FreeBSD
2#
3# $FreeBSD: stable/11/etc/crontab 342103 2018-12-14 21:30:34Z imp $
4#
5SHELL=/bin/sh
6PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
7#
8#minute	hour	mday	month	wday	who	command
9#
10*/5	*	*	*	*	root	/usr/libexec/atrun
11#
12# Save some entropy so that /dev/random can re-seed on boot.
13*/11	*	*	*	*	operator /usr/libexec/save-entropy
14#
15# Rotate log files every hour, if necessary.
160	*	*	*	*	root	newsyslog
17#
18# Perform daily/weekly/monthly maintenance.
191	3	*	*	*	root	periodic daily
2015	4	*	*	6	root	periodic weekly
2130	5	1	*	*	root	periodic monthly
22#
23# Adjust the time zone if the CMOS clock keeps local time, as opposed to
24# UTC time.  See adjkerntz(8) for details.
251,31	0-5	*	*	*	root	adjkerntz -a
26