Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
619 B

29 years ago
  1. # $OpenBSD: crontab,v 1.18 2009/05/09 17:15:49 schwarze Exp $
  2. #
  3. # /var/cron/tabs/root - root's crontab
  4. #
  5. SHELL=/bin/sh
  6. PATH=/bin:/sbin:/usr/bin:/usr/sbin
  7. HOME=/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
  15. 0 * * * * /usr/bin/newsyslog
  16. # send log file notifications, if necessary
  17. #1-59 * * * * /usr/bin/newsyslog -m
  18. #
  19. # do daily/weekly/monthly maintenance
  20. 30 1 * * * /bin/sh /etc/daily
  21. 30 3 * * 6 /bin/sh /etc/weekly
  22. 30 5 1 * * /bin/sh /etc/monthly
  23. #0 * * * * /usr/libexec/spamd-setup