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
commit e2e77bfb9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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