* 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 = "
|
||||
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
|
||||
";
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user