diff options
Diffstat (limited to 'etc/daily.local')
| -rw-r--r-- | etc/daily.local | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/daily.local b/etc/daily.local new file mode 100644 index 0000000..3613dae --- /dev/null +++ b/etc/daily.local @@ -0,0 +1,17 @@ +# -*- sh -*- + +next_part acme-client + +if acme-client -v rockgeeks.net || acme-client -v annetronics.com; then + rcctl reload httpd + rcctl reload dovecot + rcctl reload postfix +fi + +next_part syspatch + +syspatch -c + +next_part dump-status + +dump -W |
