acmetool: reload postfix+dovecot after cert renew.

fix #234
This commit is contained in:
missytake
2024-03-25 11:15:02 +01:00
parent e32fb37b5d
commit 04517f284c

View File

@@ -1,4 +1,4 @@
SHELL=/bin/sh
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
MAILTO=root
20 16 * * * root /usr/bin/acmetool --batch reconcile
20 16 * * * root /usr/bin/acmetool --batch reconcile && systemctl reload dovecot && systemctl reload postfix