mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
Merge pull request #173978 from alyssais/postfix-RemainAfterExit
nixos/postfix: make postfix-setup RemainAfterExit
This commit is contained in:
commit
e2e77bfb9a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user