From 4d1a2b50a6a0c8a07fb3a2ebc83c07a91da1da83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 30 Dec 2013 16:47:32 +0100 Subject: doc: Invoke 'useradd' with '--system'. Reported by Kete . Fixes . * doc/guix.texi (Setting Up the Daemon): Add '--system' to the 'useradd' command line. Suggested by Kete . --- doc/guix.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/guix.texi b/doc/guix.texi index c78e0d0d05..afa7654d54 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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 -- cgit v1.2.3