Merge pull request #173978 from alyssais/postfix-RemainAfterExit

nixos/postfix: make postfix-setup RemainAfterExit
This commit is contained in:
Jörg Thalheim
2022-05-22 12:04:04 +01:00
committed by GitHub
+1
View File
@@ -725,6 +725,7 @@ in
systemd.services.postfix-setup =
{ description = "Setup for Postfix mail server";
serviceConfig.RemainAfterExit = true;
serviceConfig.Type = "oneshot";
script = ''
# Backwards compatibility