nixos/nm-setup-hostsdir: RemainAfterExist -> RemainAfterExit

This commit is contained in:
Rickard Nilsson 2018-12-15 08:33:28 +01:00
parent ac22b8db09
commit b20fcce195

View File

@ -488,7 +488,7 @@ in {
'') cfg.dynamicHosts.hostsDirs);
serviceConfig = {
Type = "oneshot";
RemainAfterExist = true;
RemainAfterExit = true;
};
};