Lines 1-20
Link Here
|
1 |
# Derived from the default /etc/crontab for FreeBSD |
|
|
2 |
# See fcrontab(5) for syntax and semantics |
3 |
# |
4 |
SHELL=/bin/sh |
5 |
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin |
6 |
HOME=/var/log |
7 |
# |
8 |
@serial,lavg5(1.5) 5 /usr/libexec/atrun |
9 |
# |
10 |
# Rotate log files every hour, if necessary. |
11 |
%hourly * newsyslog |
12 |
# |
13 |
# Perform daily/weekly/monthly maintenance. |
14 |
%daily,serial * * periodic daily |
15 |
%weekly,serial * * periodic weekly |
16 |
%monthly,serial * * * periodic monthly |
17 |
# |
18 |
# Adjust the time zone if the CMOS clock keeps local time, as opposed to |
19 |
# UTC time. See adjkerntz(8) for details. |
20 |
1,31 0-5 * * * root adjkerntz -a |