guix-commits
[Top][All Lists]
Advanced

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

[shepherd] 02/03: service: Export '&action-runtime-error'.


From: Ludovic Courtès
Subject: [shepherd] 02/03: service: Export '&action-runtime-error'.
Date: Sat, 06 Feb 2016 13:20:29 +0000

civodul pushed a commit to branch master
in repository shepherd.

commit 7f527ad54bd17c9bc51703cf976d1613bc7d3edb
Author: Ludovic Courtès <address@hidden>
Date:   Fri Feb 5 13:03:58 2016 +0100

    service: Export '&action-runtime-error'.
    
    * modules/shepherd/service.scm: Export &action-runtime-error and related
    bindings.
---
 modules/shepherd/service.scm |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/modules/shepherd/service.scm b/modules/shepherd/service.scm
index 6c50273..a575405 100644
--- a/modules/shepherd/service.scm
+++ b/modules/shepherd/service.scm
@@ -91,6 +91,13 @@
             unknown-action-name
             unknown-action-service
 
+            &action-runtime-error
+            action-runtime-error?
+            action-runtime-error-service
+            action-runtime-error-action
+            action-runtime-error-key
+            action-runtime-error-arguments
+
             condition->sexp))
 
 ;; Type of service actions.



reply via email to

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