mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 00:36:20 +02:00
21 lines
474 B
Markdown
21 lines
474 B
Markdown
R""(
|
|
|
|
# Example
|
|
|
|
* Run the daemon in the foreground:
|
|
|
|
```console
|
|
# nix daemon
|
|
```
|
|
|
|
# Description
|
|
|
|
This command runs the Nix daemon, which is a required component in
|
|
multi-user Nix installations. It performs build actions and other
|
|
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.
|
|
|
|
)""
|