summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Boehr <jbboehr@gmail.com>2017-11-09 14:32:33 -0800
committerJohn Boehr <jbboehr@gmail.com>2017-11-09 14:32:33 -0800
commita745abaa8ebcbaeb225243e54487a4816eeccdf8 (patch)
treeb77ee4368b055232866fa1f918e3b483ae3102f3
parentf79080d2d9f05ae71899dd0cc8a229efcbc0480e (diff)
Reload postfix and dovecot2
-rw-r--r--mail-server/nginx.nix2
1 files changed, 2 insertions, 0 deletions
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
'';
};
};