mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
nix-daemon: Put back the --daemon flag
That flag doesn't do anything, except that it allows setting the client PID in the process title of the children.
This commit is contained in:
parent
4ac619f6e5
commit
0930befd58
@ -286,7 +286,7 @@ in
|
||||
environment = cfg.envVars;
|
||||
|
||||
serviceConfig =
|
||||
{ ExecStart = "@${nix}/bin/nix-daemon nix-daemon";
|
||||
{ ExecStart = "@${nix}/bin/nix-daemon nix-daemon --daemon";
|
||||
KillMode = "process";
|
||||
Nice = cfg.daemonNiceLevel;
|
||||
IOSchedulingPriority = cfg.daemonIONiceLevel;
|
||||
|
Loading…
Reference in New Issue
Block a user