xref: /openbsd/etc/crontab (revision 554eec83)
1#	$OpenBSD: crontab,v 1.14 2007/02/24 19:30:59 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# 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	*	*	*	umask 077; /bin/sh /etc/daily 2>&1 | tee /var/log/daily.out | mail -s "`/bin/hostname` daily output" root
2130	3	*	*	6	umask 077; /bin/sh /etc/weekly 2>&1 | tee /var/log/weekly.out | mail -s "`/bin/hostname` weekly output" root
2230	5	1	*	*	umask 077; /bin/sh /etc/monthly 2>&1 | tee /var/log/monthly.out | mail -s "`/bin/hostname` monthly output" root
23#0	*	*	*	*	/usr/libexec/spamd-setup -g
24