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;
|
environment = cfg.envVars;
|
||||||
|
|
||||||
serviceConfig =
|
serviceConfig =
|
||||||
{ ExecStart = "@${nix}/bin/nix-daemon nix-daemon";
|
{ ExecStart = "@${nix}/bin/nix-daemon nix-daemon --daemon";
|
||||||
KillMode = "process";
|
KillMode = "process";
|
||||||
Nice = cfg.daemonNiceLevel;
|
Nice = cfg.daemonNiceLevel;
|
||||||
IOSchedulingPriority = cfg.daemonIONiceLevel;
|
IOSchedulingPriority = cfg.daemonIONiceLevel;
|
||||||
|
|
Loading…
Reference in New Issue