diff options
author | Dariqq <dariqq@posteo.net> | 2024-10-11 08:39:09 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-10-14 14:08:42 +0200 |
commit | 41b5b723b32142f05da49570a0fa3fae46237661 (patch) | |
tree | bf6e43df050c5d839e2d82f61d9d25bdd4db0982 /doc | |
parent | 8221a6a1ac7759397813bf9a3a83be5d1a97c26a (diff) | |
download | guix-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.texi | 3 |
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. |