mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +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;
|
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 a new issue