guix-commits
[Top][All Lists]
Advanced

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

[shepherd] 02/05: service: Export more state accessors.


From: Ludovic Courtès
Subject: [shepherd] 02/05: service: Export more state accessors.
Date: Fri, 21 Apr 2023 16:59:18 -0400 (EDT)

civodul pushed a commit to branch master
in repository shepherd.

commit 134a8413417058e52473201d6e8e3b6f73bd8984
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Apr 20 21:41:53 2023 +0200

    service: Export more state accessors.
    
    * modules/shepherd/service.scm: Export more state accessors.
---
 modules/shepherd/service.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/modules/shepherd/service.scm b/modules/shepherd/service.scm
index 96d2a71..255079c 100644
--- a/modules/shepherd/service.scm
+++ b/modules/shepherd/service.scm
@@ -60,10 +60,14 @@
             service-documentation
 
             service-canonical-name
+            service-running-value
             service-status
             service-running?
             service-stopped?
             service-enabled?
+            service-respawn-times
+            service-startup-failures
+            service-replacement
             service-action-list
             lookup-service-action
             service-defines-action?



reply via email to

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