3
0
Fork 0
forked from mirrors/nixpkgs

* Fix the job name of the Nix daemon.

svn path=/nixos/trunk/; revision=17776
This commit is contained in:
Eelco Dolstra 2009-10-13 10:09:06 +00:00
parent 24cbefd7a8
commit 1581d91330

View file

@ -189,7 +189,9 @@ in
};
jobs.nixDaemon =
{ startOn = "startup";
{ name = "nix-daemon";
startOn = "startup";
script =
''