diff options
author | Dariqq <dariqq@posteo.net> | 2024-10-11 08:39:08 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-10-14 14:08:42 +0200 |
commit | 8221a6a1ac7759397813bf9a3a83be5d1a97c26a (patch) | |
tree | b384200dbc8547a23d664140644af9ede5b82164 /doc | |
parent | ff5072d2707656fb43a5b1428d5ee127a700228c (diff) | |
download | guix-8221a6a1ac7759397813bf9a3a83be5d1a97c26a.tar.gz |
home: home-shepherd-configuration: Add silent? field.
* gnu/home/services/shepherd.scm (home-shepherd-configuration): Add silent? field. (launch-shepherd-gexp): Conditionally invoke shepherd with --silent. * doc/guix.texi (home-shepherd-configuration): Document it. Change-Id: I1ce7a92c2777ebded39fe293b0bdcbd03562b4fc Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index fb2a74f847..518f2878b6 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -46075,6 +46075,10 @@ The Shepherd package to use. @item auto-start? (default: @code{#t}) Whether or not to start Shepherd on first login. +@item silent? (default: @code{#t}) +When true, the @command{shepherd} process does not write +anything to standard output when started automatically. + @item services (default: @code{'()}) A list of @code{<shepherd-service>} to start. You should probably use the service extension |