xref: /openbsd/etc/crontab (revision e936b06b)
1*e936b06bSjmc#	$OpenBSD: crontab,v 1.28 2020/04/18 17:22:43 jmc Exp $
28171b127Sniklas#
34dabe94eSderaadt# /var/cron/tabs/root - root's crontab
4df930be7Sderaadt#
5df930be7SderaadtSHELL=/bin/sh
6ac22125fSderaadtPATH=/bin:/sbin:/usr/bin:/usr/sbin
7df930be7SderaadtHOME=/var/log
8df930be7Sderaadt#
9*e936b06bSjmc#minute	hour	mday	month	wday	[flags] command
10df930be7Sderaadt#
11df930be7Sderaadt# rotate log files every hour, if necessary
12df930be7Sderaadt0	*	*	*	*	/usr/bin/newsyslog
1327516765Sdownsj# send log file notifications, if necessary
146180344aSangelos#1-59	*	*	*	*	/usr/bin/newsyslog -m
15df930be7Sderaadt#
16c581b3e4Sschwarze# do daily/weekly/monthly maintenance
1703446679Sschwarze30	1	*	*	*	/bin/sh /etc/daily
1803446679Sschwarze30	3	*	*	6	/bin/sh /etc/weekly
1903446679Sschwarze30	5	1	*	*	/bin/sh /etc/monthly
2083995ae7Smillert#~	*	*	*	*	/usr/libexec/spamd-setup
210c9976acSderaadt
22*e936b06bSjmc#~	*	*	*	*	-ns rpki-client -v && bgpctl reload
23