21 lines
535 B
Plaintext
21 lines
535 B
Plaintext
# /etc/crontab - root's crontab for FreeBSD
|
|
#
|
|
# $Id: crontab,v 1.7 1994/09/26 20:15:50 ache Exp $
|
|
# From: Id: crontab,v 1.6 1993/05/31 02:03:57 cgd Exp
|
|
#
|
|
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 /usr/bin/newsyslog
|
|
#
|
|
# do daily/weekly/monthly maintenance
|
|
0 2 * * * root /etc/daily
|
|
30 3 * * 6 root /etc/weekly
|
|
30 5 1 * * root /etc/monthly
|