Merge pull request #134940 from dminuoso/dovecot-switch-service-to-notify

nixos/dovecot: Switch systemd service type to notify
This commit is contained in:
ajs124 2021-08-22 19:15:10 +02:00 committed by GitHub
commit 0e19ea6cd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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