1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-12 03:51:04 +01:00

* Remove queryPathHash().

* Help for nix-worker.
This commit is contained in:
Eelco Dolstra 2006-12-02 14:27:24 +00:00
parent fcd9900d74
commit 8ba5d32769
4 changed files with 32 additions and 2 deletions

10
src/nix-worker/help.txt Normal file
View file

@ -0,0 +1,10 @@
Usage: nix-worker [OPTIONS...] [--daemon | --slave]
`nix-worker' is a helper program used to implement secure, multi-user
Nix stores. In `--daemon' mode, it goes into the background and waits
for incoming connections on a Unix domain socket, and forks a process
for each connection to perform the Nix store operations requested by
the caller. In `--slave' mode, `nix-worker' is called directly, and
the caller and the worker communicate with each other over
stdin/stdout. In this mode, the `nix-worker' program should have
appropriate setuid privileges.