doc: Warn about specific nologin paths when it is not in PATH. See <https://codeberg.org/guix/guix/issues/4704#issuecomment-8751141>. * doc/guix.texi (Build Environment Setup): Add warning in case the nologin binary is not found. Reported-by: FuncProgLinux Change-Id: Ib8aa2bdaf0aef6a589afe638e2fcd539c8276ac7 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 6 insertions(+), 0 deletions(-) M doc/guix.texi
M doc/guix.texi => doc/guix.texi +6 -0
@@ 1028,6 1028,12 @@ When using this option, you only need to create one user account, and --system guix-daemon @end example @quotation Warning If the @command{nologin} binary is not found by @command{which nologin}, you may need to specify its path manually. This will usually be @file{/sbin/nologin} or @file{/usr/sbin/nologin}. @end quotation In this configuration, @file{/gnu/store} is owned by the @code{guix-daemon} user.