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 = systemd.services.postfix-setup =
{ description = "Setup for Postfix mail server"; { description = "Setup for Postfix mail server";
serviceConfig.RemainAfterExit = true;
serviceConfig.Type = "oneshot"; serviceConfig.Type = "oneshot";
script = '' script = ''
# Backwards compatibility # Backwards compatibility