nix-daemon: Start "nix-daemon" rather than "nix-worker --daemon"
This commit is contained in:
parent
9aa69885f0
commit
f701acfac0
|
@ -286,7 +286,7 @@ in
|
||||||
environment = cfg.envVars;
|
environment = cfg.envVars;
|
||||||
|
|
||||||
serviceConfig =
|
serviceConfig =
|
||||||
{ ExecStart = "${nix}/bin/nix-worker --daemon";
|
{ ExecStart = "@${nix}/bin/nix-daemon nix-daemon";
|
||||||
KillMode = "process";
|
KillMode = "process";
|
||||||
Nice = cfg.daemonNiceLevel;
|
Nice = cfg.daemonNiceLevel;
|
||||||
IOSchedulingPriority = cfg.daemonIONiceLevel;
|
IOSchedulingPriority = cfg.daemonIONiceLevel;
|
||||||
|
|
Loading…
Reference in New Issue