From 8c125a792f77d3394a9ca0e302a5333f4cd4e6e1 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Fri, 17 Jun 2016 07:49:07 +0200 Subject: [PATCH] mastus: acme: reload postfix as well --- mastus/letsencrypt.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/mastus/letsencrypt.nix b/mastus/letsencrypt.nix index a25fc02..b2839a2 100644 --- a/mastus/letsencrypt.nix +++ b/mastus/letsencrypt.nix @@ -18,6 +18,7 @@ postRun = '' systemctl reload nginx + systemctl reload postfix systemctl restart dovecotSslKey systemctl reload dovecot2 '';