diff options
| -rw-r--r-- | doc/guix.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 22f248481f0..bb52cf713fc 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -347,6 +347,15 @@ Bash syntax and the @code{shadow} commands): | |||
| 347 | done | 347 | done |
| 348 | @end example | 348 | @end example |
| 349 | 349 | ||
| 350 | The @file{/gnu/store} directory (or whichever was specified with the | ||
| 351 | @code{--with-store-dir} option) must have ownership and permissions as | ||
| 352 | follows: | ||
| 353 | |||
| 354 | @example | ||
| 355 | # chgrp guix-builder /gnu/store | ||
| 356 | # chmod 1775 /gnu/store | ||
| 357 | @end example | ||
| 358 | |||
| 350 | @noindent | 359 | @noindent |
| 351 | The @code{guix-daemon} program may then be run as @code{root} with: | 360 | The @code{guix-daemon} program may then be run as @code{root} with: |
| 352 | 361 | ||
