19 lines
430 B
Plaintext
19 lines
430 B
Plaintext
# /var/cron/tabs/root - root's crontab for NetBSD
|
|
# $Id: crontab,v 1.7 1993/12/05 11:43:54 cgd Exp $
|
|
#
|
|
SHELL=/bin/sh
|
|
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
|
|
HOME=/var/log
|
|
#
|
|
#minute hour mday month wday command
|
|
#
|
|
0-59/10 * * * * /usr/libexec/atrun
|
|
#
|
|
# rotate log files every hour, if necessary
|
|
0 * * * * /usr/bin/newsyslog
|
|
#
|
|
# do daily/weekly/monthly maintenance
|
|
0 2 * * * /etc/daily
|
|
30 3 * * 6 /etc/weekly
|
|
30 5 1 * * /etc/monthly
|