From 37dc270d4bf6322af93e5a70f50331f3f988e976 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sat, 18 Jun 2016 09:24:55 +0200 Subject: [PATCH] mastus: letsencrypt: hopefully fix timeouts --- mastus/letsencrypt.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/mastus/letsencrypt.nix b/mastus/letsencrypt.nix index b2839a2..f2f892a 100644 --- a/mastus/letsencrypt.nix +++ b/mastus/letsencrypt.nix @@ -19,7 +19,6 @@ postRun = '' systemctl reload nginx systemctl reload postfix - systemctl restart dovecotSslKey systemctl reload dovecot2 ''; };