1994-04-15 16:57:38 +00:00
|
|
|
# /etc/crontab - root's crontab for FreeBSD
|
1993-07-19 19:08:04 +00:00
|
|
|
#
|
1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
1993-07-19 19:08:04 +00:00
|
|
|
#
|
|
|
|
SHELL=/bin/sh
|
|
|
|
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
|
|
|
|
#
|
1994-01-22 20:44:14 +00:00
|
|
|
#minute hour mday month wday who command
|
1993-07-19 19:08:04 +00:00
|
|
|
#
|
1999-12-15 17:58:29 +00:00
|
|
|
*/5 * * * * root /usr/libexec/atrun
|
1993-07-19 19:08:04 +00:00
|
|
|
#
|
2002-11-22 16:13:39 +00:00
|
|
|
# Save some entropy so that /dev/random can re-seed on boot.
|
2001-01-14 07:18:31 +00:00
|
|
|
*/11 * * * * operator /usr/libexec/save-entropy
|
|
|
|
#
|
2002-11-22 16:13:39 +00:00
|
|
|
# Rotate log files every hour, if necessary.
|
1997-08-13 06:12:05 +00:00
|
|
|
0 * * * * root newsyslog
|
1993-07-19 19:08:04 +00:00
|
|
|
#
|
2002-11-22 16:13:39 +00:00
|
|
|
# Perform daily/weekly/monthly maintenance.
|
2000-12-11 18:38:49 +00:00
|
|
|
1 3 * * * root periodic daily
|
|
|
|
15 4 * * 6 root periodic weekly
|
|
|
|
30 5 1 * * root periodic monthly
|
1994-11-02 09:50:11 +00:00
|
|
|
#
|
2002-11-22 16:13:39 +00:00
|
|
|
# Adjust the time zone if the CMOS clock keeps local time, as opposed to
|
|
|
|
# UTC time. See adjkerntz(8) for details.
|
1999-12-15 17:58:29 +00:00
|
|
|
1,31 0-5 * * * root adjkerntz -a
|