* Hm, "set" doesn't seem to do the right thing.
svn path=/nixos/trunk/; revision=7308
This commit is contained in:
parent
85fc6aedf2
commit
b80769d5ae
@ -6,8 +6,10 @@
|
|||||||
job = "
|
job = "
|
||||||
start on startup
|
start on startup
|
||||||
stop on shutdown
|
stop on shutdown
|
||||||
set NIX_CONF_DIR=/nix/etc/nix
|
script
|
||||||
respawn ${nix}/bin/nix-worker --daemon > /dev/null 2>&1
|
export NIX_CONF_DIR=/nix/etc/nix
|
||||||
|
exec ${nix}/bin/nix-worker --daemon > /dev/null 2>&1
|
||||||
|
end script
|
||||||
";
|
";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user