From 8221a6a1ac7759397813bf9a3a83be5d1a97c26a Mon Sep 17 00:00:00 2001 From: Dariqq Date: Fri, 11 Oct 2024 08:39:08 +0000 Subject: home: home-shepherd-configuration: Add silent? field. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- doc/guix.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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{} to start. You should probably use the service extension -- cgit 1.4.1