1# $OpenBSD: crontab,v 1.20 2014/03/12 18:21:34 tedu 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# sendmail clientmqueue runner 12#*/30 * * * * /usr/sbin/sendmail -L sm-msp-queue -Ac -q 13# 14# rotate log files every hour, if necessary 150 * * * * /usr/bin/newsyslog 16# send log file notifications, if necessary 17#1-59 * * * * /usr/bin/newsyslog -m 18# 19# do daily/weekly/monthly maintenance 2030 1 * * * /bin/sh /etc/daily 2130 3 * * 6 /bin/sh /etc/weekly 2230 5 1 * * /bin/sh /etc/monthly 23#0 * * * * sleep $((RANDOM \% 1800)) && /usr/libexec/spamd-setup 24