[BACK]Return to crontab CVS log [TXT][DIR] Up to [local] / src / etc

Annotation of src/etc/crontab, Revision 1.26

1.26    ! millert     1: #      $OpenBSD: crontab,v 1.25 2019/12/04 15:07:51 job Exp $
1.2       niklas      2: #
1.3       deraadt     3: # /var/cron/tabs/root - root's crontab
1.1       deraadt     4: #
                      5: SHELL=/bin/sh
1.4       deraadt     6: PATH=/bin:/sbin:/usr/bin:/usr/sbin
1.1       deraadt     7: HOME=/var/log
                      8: #
                      9: #minute        hour    mday    month   wday    command
                     10: #
                     11: # rotate log files every hour, if necessary
                     12: 0      *       *       *       *       /usr/bin/newsyslog
1.6       downsj     13: # send log file notifications, if necessary
1.8       angelos    14: #1-59  *       *       *       *       /usr/bin/newsyslog -m
1.1       deraadt    15: #
1.17      schwarze   16: # do daily/weekly/monthly maintenance
1.18      schwarze   17: 30     1       *       *       *       /bin/sh /etc/daily
                     18: 30     3       *       *       6       /bin/sh /etc/weekly
                     19: 30     5       1       *       *       /bin/sh /etc/monthly
1.26    ! millert    20: #~     *       *       *       *       /usr/libexec/spamd-setup
1.23      deraadt    21:
1.26    ! millert    22: #0~20  9       *       *       *       -n rpki-client -v && bgpctl reload