mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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>
This commit is contained in:
parent
2dcf1ec33e
commit
1e0eb9e8df
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue