nixos/dovecot: Switch systemd service type to notify
This commit is contained in:
parent
3fbb3d9091
commit
60c8c64595
1 changed files with 1 additions and 0 deletions
|
@ -429,6 +429,7 @@ in
|
|||
|
||||
startLimitIntervalSec = 60; # 1 min
|
||||
serviceConfig = {
|
||||
Type = "notify";
|
||||
ExecStart = "${dovecotPkg}/sbin/dovecot -F";
|
||||
ExecReload = "${dovecotPkg}/sbin/doveadm reload";
|
||||
Restart = "on-failure";
|
||||
|
|
Loading…
Reference in a new issue