mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 11:29:17 +05:00
Reload postfix and dovecot2
This commit is contained in:
parent
f79080d2d9
commit
a745abaa8e
@ -46,6 +46,8 @@ in
|
||||
# @todo should we reload postfix here?
|
||||
postRun = ''
|
||||
systemctl reload nginx
|
||||
systemctl reload postfix
|
||||
systemctl reload dovecot2
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user