[BACK]Return to crontab CVS log [TXT][DIR] Up to [local] / src / etc

File: [local] / src / etc / crontab (download)

Revision 1.26, Wed Apr 15 03:24:08 2020 UTC (4 years, 1 month ago) by millert
Branch: MAIN
Changes since 1.25: +3 -3 lines

Use the new random interval support in cron instead of a random sleep.
The random intervals used can be adjusted as needed.  OK deraadt@

#	$OpenBSD: crontab,v 1.26 2020/04/15 03:24:08 millert 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	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

#0~20	9	*	*	*	-n rpki-client -v && bgpctl reload