From 0a81724a88778909529dd4facbe73c767584d73b Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Mon, 4 Mar 2013 09:57:24 -0500 Subject: [PATCH] systemd-sysctl.service: Don't depend on basic.target --- modules/config/sysctl.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/config/sysctl.nix b/modules/config/sysctl.nix index f3cc2130768..3a42889f428 100644 --- a/modules/config/sysctl.nix +++ b/modules/config/sysctl.nix @@ -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 }; };