2021-01-13 23:05:04 +00:00
|
|
|
R""(
|
|
|
|
|
|
|
|
# Example
|
|
|
|
|
|
|
|
* Run the daemon in the foreground:
|
|
|
|
|
|
|
|
```console
|
|
|
|
# nix daemon
|
|
|
|
```
|
|
|
|
|
|
|
|
# Description
|
|
|
|
|
|
|
|
This command runs the Nix daemon, which is a required component in
|
2022-11-06 11:25:21 +00:00
|
|
|
multi-user Nix installations. It runs build tasks and other
|
2021-01-13 23:05:04 +00:00
|
|
|
operations on the Nix store on behalf of non-root users. Usually you
|
|
|
|
don't run the daemon directly; instead it's managed by a service
|
|
|
|
management framework such as `systemd`.
|
|
|
|
|
|
|
|
Note that this daemon does not fork into the background.
|
|
|
|
|
|
|
|
)""
|