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 | |
| parent | 8221a6a1ac7759397813bf9a3a83be5d1a97c26a (diff) | |
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>
| -rw-r--r-- | doc/guix.texi | 3 | ||||
| -rw-r--r-- | gnu/home/services/shepherd.scm | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 518f2878b65..35e58833082 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -46075,6 +46075,9 @@ The Shepherd package to use. | |||
| 46075 | @item auto-start? (default: @code{#t}) | 46075 | @item auto-start? (default: @code{#t}) |
| 46076 | Whether or not to start Shepherd on first login. | 46076 | Whether or not to start Shepherd on first login. |
| 46077 | 46077 | ||
| 46078 | @item daemonize? (default: @code{#t}) | ||
| 46079 | Whether or not to run Shepherd in the background. | ||
| 46080 | |||
| 46078 | @item silent? (default: @code{#t}) | 46081 | @item silent? (default: @code{#t}) |
| 46079 | When true, the @command{shepherd} process does not write | 46082 | When true, the @command{shepherd} process does not write |
| 46080 | anything to standard output when started automatically. | 46083 | anything to standard output when started automatically. |
diff --git a/gnu/home/services/shepherd.scm b/gnu/home/services/shepherd.scm index 75b80bfa260..5ea84620205 100644 --- a/gnu/home/services/shepherd.scm +++ b/gnu/home/services/shepherd.scm | |||
| @@ -32,6 +32,7 @@ | |||
| 32 | home-shepherd-configuration? | 32 | home-shepherd-configuration? |
| 33 | home-shepherd-configuration-shepherd | 33 | home-shepherd-configuration-shepherd |
| 34 | home-shepherd-configuration-auto-start? | 34 | home-shepherd-configuration-auto-start? |
| 35 | home-shepherd-configuration-daemonize? | ||
| 35 | home-shepherd-configuration-silent? | 36 | home-shepherd-configuration-silent? |
| 36 | home-shepherd-configuration-services) | 37 | home-shepherd-configuration-services) |
| 37 | #:re-export (shepherd-service | 38 | #:re-export (shepherd-service |
