civodul pushed a commit to branch master
in repository shepherd.
commit 7f527ad54bd17c9bc51703cf976d1613bc7d3edb
Author: Ludovic Courtès <[email protected]>
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.