mirror of
https://github.com/openbsd/src.git
synced 2024-12-21 23:18:00 -08:00
e936b06b6f
ok deraadt
23 lines
582 B
Plaintext
23 lines
582 B
Plaintext
# $OpenBSD: crontab,v 1.28 2020/04/18 17:22:43 jmc Exp $
|
|
#
|
|
# /var/cron/tabs/root - root's crontab
|
|
#
|
|
SHELL=/bin/sh
|
|
PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
|
HOME=/var/log
|
|
#
|
|
#minute hour mday month wday [flags] command
|
|
#
|
|
# rotate log files every hour, if necessary
|
|
0 * * * * /usr/bin/newsyslog
|
|
# send log file notifications, if necessary
|
|
#1-59 * * * * /usr/bin/newsyslog -m
|
|
#
|
|
# do daily/weekly/monthly maintenance
|
|
30 1 * * * /bin/sh /etc/daily
|
|
30 3 * * 6 /bin/sh /etc/weekly
|
|
30 5 1 * * /bin/sh /etc/monthly
|
|
#~ * * * * /usr/libexec/spamd-setup
|
|
|
|
#~ * * * * -ns rpki-client -v && bgpctl reload
|