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:
Eelco Dolstra 2013-01-24 13:34:47 +01:00
parent 4ac619f6e5
commit 0930befd58

View File

@ -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;