nixos/dovecot: Switch systemd service type to notify

This commit is contained in:
Victor Nawothnig 2021-08-20 12:12:52 +02:00
parent 3fbb3d9091
commit 60c8c64595

View file

@ -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";