1# $OpenBSD: crontab,v 1.26 2020/04/15 03:24:08 millert Exp $ 2# 3# /var/cron/tabs/root - root's crontab 4# 5SHELL=/bin/sh 6PATH=/bin:/sbin:/usr/bin:/usr/sbin 7HOME=/var/log 8# 9#minute hour mday month wday command 10# 11# rotate log files every hour, if necessary 120 * * * * /usr/bin/newsyslog 13# send log file notifications, if necessary 14#1-59 * * * * /usr/bin/newsyslog -m 15# 16# do daily/weekly/monthly maintenance 1730 1 * * * /bin/sh /etc/daily 1830 3 * * 6 /bin/sh /etc/weekly 1930 5 1 * * /bin/sh /etc/monthly 20#~ * * * * /usr/libexec/spamd-setup 21 22#0~20 9 * * * -n rpki-client -v && bgpctl reload 23