mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 19:53:43 +00:00
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;
|
||||
|
||||
serviceConfig =
|
||||
{ ExecStart = "${nix}/bin/nix-worker --daemon";
|
||||
{ ExecStart = "@${nix}/bin/nix-daemon nix-daemon";
|
||||
KillMode = "process";
|
||||
Nice = cfg.daemonNiceLevel;
|
||||
IOSchedulingPriority = cfg.daemonIONiceLevel;
|
||||
|
Loading…
Reference in New Issue
Block a user