mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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>
This commit is contained in:
parent
8221a6a1ac
commit
41b5b723b3
2 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -32,6 +32,7 @@ (define-module (gnu home services shepherd)
|
|||
home-shepherd-configuration?
|
||||
home-shepherd-configuration-shepherd
|
||||
home-shepherd-configuration-auto-start?
|
||||
home-shepherd-configuration-daemonize?
|
||||
home-shepherd-configuration-silent?
|
||||
home-shepherd-configuration-services)
|
||||
#:re-export (shepherd-service
|
||||
|
|
Loading…
Reference in a new issue