aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDariqq <dariqq@posteo.net>2024-10-11 08:39:09 +0000
committerLudovic Courtès <ludo@gnu.org>2024-10-14 14:08:42 +0200
commit41b5b723b32142f05da49570a0fa3fae46237661 (patch)
treebf6e43df050c5d839e2d82f61d9d25bdd4db0982 /doc
parent8221a6a1ac7759397813bf9a3a83be5d1a97c26a (diff)
downloadguix-41b5b723b32142f05da49570a0fa3fae46237661.tar
guix-41b5b723b32142f05da49570a0fa3fae46237661.tar.gz
doc: Document home-shepherd-configuration-daemonize?
* gnu/home/services/shepherd.scm: Export home-shepherd-configuration-daemonize?. * doc/guix.texi (home-shepherd-configuration): Add entry for daemonize? field. Change-Id: Ifd1518c89fe8d5869d5e6469823dafd8457f24f1 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 518f2878b6..35e5883308 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -46075,6 +46075,9 @@ The Shepherd package to use.
@item auto-start? (default: @code{#t})
Whether or not to start Shepherd on first login.
+@item daemonize? (default: @code{#t})
+Whether or not to run Shepherd in the background.
+
@item silent? (default: @code{#t})
When true, the @command{shepherd} process does not write
anything to standard output when started automatically.