[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73383] [PATCH] home: home-shepherd-configuration: Add silent? field
From: |
Ludovic Courtès |
Subject: |
[bug#73383] [PATCH] home: home-shepherd-configuration: Add silent? field. |
Date: |
Wed, 25 Sep 2024 17:57:10 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
Dariqq <dariqq@posteo.net> skribis:
> * 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
[...]
> Related: The daemonize? field is not documented and the accessor is not being
> exported.
We should fix it.
> +@item silent? (default: @code{#f})
> +Whether or not the auto-started Shepherd should output to stdout.
Alternatively: “When true, the @command{shepherd} process does not write
anything to standard output.”
I would go as far as making it #t by default, WDYT?
Thanks,
Ludo’.