From eb65ef47e8d5d79eef6f45dbea40fb6d1192b255 Mon Sep 17 00:00:00 2001 From: missytake Date: Mon, 25 Mar 2024 11:15:02 +0100 Subject: [PATCH] acmetool: reload postfix+dovecot after cert renew. fix #234 --- cmdeploy/src/cmdeploy/acmetool/acmetool.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdeploy/src/cmdeploy/acmetool/acmetool.cron b/cmdeploy/src/cmdeploy/acmetool/acmetool.cron index 1d709a169..c90f2aa0f 100644 --- a/cmdeploy/src/cmdeploy/acmetool/acmetool.cron +++ b/cmdeploy/src/cmdeploy/acmetool/acmetool.cron @@ -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