From a745abaa8ebcbaeb225243e54487a4816eeccdf8 Mon Sep 17 00:00:00 2001 From: John Boehr Date: Thu, 9 Nov 2017 14:32:33 -0800 Subject: [PATCH] Reload postfix and dovecot2 --- mail-server/nginx.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mail-server/nginx.nix b/mail-server/nginx.nix index 9eeace4..f487d7a 100644 --- a/mail-server/nginx.nix +++ b/mail-server/nginx.nix @@ -46,6 +46,8 @@ in # @todo should we reload postfix here? postRun = '' systemctl reload nginx + systemctl reload postfix + systemctl reload dovecot2 ''; }; };