systemd-sysctl.service: Don't depend on basic.target

This commit is contained in:
Shea Levy 2013-03-04 09:57:24 -05:00
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
};
};