* Fix the job name of the Nix daemon.
svn path=/nixos/trunk/; revision=17776
This commit is contained in:
parent
24cbefd7a8
commit
1581d91330
|
@ -189,7 +189,9 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
jobs.nixDaemon =
|
jobs.nixDaemon =
|
||||||
{ startOn = "startup";
|
{ name = "nix-daemon";
|
||||||
|
|
||||||
|
startOn = "startup";
|
||||||
|
|
||||||
script =
|
script =
|
||||||
''
|
''
|
||||||
|
|
Loading…
Reference in New Issue