* Hm, "set" doesn't seem to do the right thing.

svn path=/nixos/trunk/; revision=7308
This commit is contained in:
Eelco Dolstra 2006-12-11 02:55:28 +00:00
parent 85fc6aedf2
commit b80769d5ae

View File

@ -6,8 +6,10 @@
job = "
start on startup
stop on shutdown
set NIX_CONF_DIR=/nix/etc/nix
respawn ${nix}/bin/nix-worker --daemon > /dev/null 2>&1
script
export NIX_CONF_DIR=/nix/etc/nix
exec ${nix}/bin/nix-worker --daemon > /dev/null 2>&1
end script
";
}