nixos/dovecot: Switch systemd service type to notify

This commit is contained in:
Victor Nawothnig
2021-08-22 18:44:58 +02:00
parent 3fbb3d9091
commit 60c8c64595
+1
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";