mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
nix-daemon: Start "nix-daemon" rather than "nix-worker --daemon"
This commit is contained in:
parent
9aa69885f0
commit
f701acfac0
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue