Skip to content

Commit

Permalink
acmetool: reload postfix+dovecot after cert renew.
Browse files Browse the repository at this point in the history
fix #234
  • Loading branch information
missytake committed Mar 25, 2024
1 parent e32fb37 commit 04517f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmdeploy/src/cmdeploy/acmetool/acmetool.cron
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 04517f2

Please sign in to comment.