diff options
| author | bookcorner <git@bookcorner.ge> | 2026-07-26 02:25:33 +0400 |
|---|---|---|
| committer | bookcorner <git@bookcorner.org> | 2026-07-26 02:26:08 +0400 |
| commit | 3ccf0e454f535d4c1b5787727e9e1d06be471e85 (patch) | |
| tree | 7eb609021e5f3d91b30465c0e6aa3071cf0f97a4 /var/cron/tabs/root | |
| download | infra-3ccf0e454f535d4c1b5787727e9e1d06be471e85.tar infra-3ccf0e454f535d4c1b5787727e9e1d06be471e85.tar.gz infra-3ccf0e454f535d4c1b5787727e9e1d06be471e85.tar.bz2 infra-3ccf0e454f535d4c1b5787727e9e1d06be471e85.tar.lz infra-3ccf0e454f535d4c1b5787727e9e1d06be471e85.tar.xz infra-3ccf0e454f535d4c1b5787727e9e1d06be471e85.tar.zst infra-3ccf0e454f535d4c1b5787727e9e1d06be471e85.zip | |
Initial commit
Diffstat (limited to 'var/cron/tabs/root')
| -rw-r--r-- | var/cron/tabs/root | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/var/cron/tabs/root b/var/cron/tabs/root new file mode 100644 index 0000000..4b81220 --- /dev/null +++ b/var/cron/tabs/root @@ -0,0 +1,24 @@ +# $OpenBSD: crontab,v 1.28 2020/04/18 17:22:43 jmc Exp $ +# +# /var/cron/tabs/root - root's crontab +# +SHELL=/bin/sh +PATH=/bin:/sbin:/usr/bin:/usr/sbin +HOME=/var/log +# +#minute hour mday month wday [flags] command +# +# rotate log files every hour, if necessary +0 * * * * /usr/bin/newsyslog +# send log file notifications, if necessary +#1-59 * * * * /usr/bin/newsyslog -m +# +# do daily/weekly/monthly maintenance +30 1 * * * /bin/sh /etc/daily +30 3 * * 6 /bin/sh /etc/weekly +30 5 1 * * /bin/sh /etc/monthly +#~ * * * * /usr/libexec/spamd-setup + +#~ * * * * -ns rpki-client -v && bgpctl reload + +0 0 * * * (acme-client bookcorner.ge || true) && rcctl reload httpd |
