forked from mirrors/nixpkgs
systemd-sysctl.service: Don't depend on basic.target
This commit is contained in:
parent
70378ad2b7
commit
0a81724a88
|
@ -50,6 +50,7 @@ in
|
|||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
ExecStart = "${config.systemd.package}/lib/systemd/systemd-sysctl";
|
||||
unitConfig.DefaultDependencies = false; # needed to prevent a cycle
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue