mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-07-13 21:24:07 +02:00
doc: Invoke 'useradd' with '--system'.
Reported by Kete <kete@ninthfloor.org>. Fixes <http://bugs.gnu.org/16289>. * doc/guix.texi (Setting Up the Daemon): Add '--system' to the 'useradd' command line. Suggested by Kete <kete@ninthfloor.org>.
This commit is contained in:
+2
-1
@@ -213,7 +213,8 @@ Bash syntax and the @code{shadow} commands):
|
||||
do
|
||||
useradd -g guix-builder -G guix-builder \
|
||||
-d /var/empty -s `which nologin` \
|
||||
-c "Guix build user $i" guix-builder$i;
|
||||
-c "Guix build user $i" --system \
|
||||
guix-builder$i;
|
||||
done
|
||||
@end example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user