guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/12: doc: Document home-shepherd-configuration-daemonize?


From: guix-commits
Subject: 03/12: doc: Document home-shepherd-configuration-daemonize?
Date: Mon, 14 Oct 2024 08:12:50 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 41b5b723b32142f05da49570a0fa3fae46237661
Author: Dariqq <dariqq@posteo.net>
AuthorDate: Fri Oct 11 08:39:09 2024 +0000

    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>
---
 doc/guix.texi                  | 3 +++
 gnu/home/services/shepherd.scm | 1 +
 2 files changed, 4 insertions(+)

diff --git a/doc/guix.texi b/doc/guix.texi
index 518f2878b6..35e5883308 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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.
diff --git a/gnu/home/services/shepherd.scm b/gnu/home/services/shepherd.scm
index 75b80bfa26..5ea8462020 100644
--- a/gnu/home/services/shepherd.scm
+++ b/gnu/home/services/shepherd.scm
@@ -32,6 +32,7 @@
             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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]