mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
doc: Explain where the number of build users comes from.
Suggested by Thomas Schwinge <thomas@codesourcery.com>. * doc/guix.texi (Build Environment Setup): Explain where the number of build users comes from.
This commit is contained in:
parent
7770aafc75
commit
54eb03abbd
1 changed files with 3 additions and 0 deletions
|
@ -478,6 +478,9 @@ Bash syntax and the @code{shadow} commands):
|
|||
@end example
|
||||
|
||||
@noindent
|
||||
The number of build users determines how many build jobs may run in
|
||||
parallel, as specified by the @option{--max-jobs} option
|
||||
(@pxref{Invoking guix-daemon, @option{--max-jobs}}).
|
||||
The @code{guix-daemon} program may then be run as @code{root} with:
|
||||
|
||||
@example
|
||||
|
|
Loading…
Reference in a new issue