[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: doc: Document 'auto-start?' field of 'shepherd-service'.
From: |
guix-commits |
Subject: |
03/05: doc: Document 'auto-start?' field of 'shepherd-service'. |
Date: |
Sun, 12 May 2019 18:03:30 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 84c6639f414c8238d28ba9eb2b40809a808f48ad
Author: Diego Nicola Barbato <address@hidden>
Date: Sat May 11 17:21:18 2019 +0200
doc: Document 'auto-start?' field of 'shepherd-service'.
* doc/guix.texi (shepherd-service): Document 'auto-start?' field.
Signed-off-by: Ludovic Courtès <address@hidden>
---
doc/guix.texi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/doc/guix.texi b/doc/guix.texi
index 3f50bf7..86ed199 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -25312,6 +25312,10 @@ This is a list of @code{shepherd-action} objects (see
below) defining
herd @var{action} @var{service} address@hidden@dots{}]
@end example
address@hidden @code{auto-start?} (default: @code{#t})
+Whether this service should be started automatically by the Shepherd. If it
+is @code{#f} the service has to be started manually with @code{herd start}.
+
@item @code{documentation}
A documentation string, as shown when running: