summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorDiego Nicola Barbato <dnbarbato@posteo.de>2019-05-11 17:21:18 +0200
committerLudovic Courtès <ludo@gnu.org>2019-05-12 23:31:53 +0200
commit84c6639f414c8238d28ba9eb2b40809a808f48ad (patch)
tree98072c6063635fbe53670978268ec41e780be3a1 /doc
parent637a2a23ea69f3a0a10696967d89fa4e2e178893 (diff)
downloadguix-84c6639f414c8238d28ba9eb2b40809a808f48ad.tar.gz
doc: Document 'auto-start?' field of 'shepherd-service'.
* doc/guix.texi (shepherd-service): Document 'auto-start?' field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 3f50bf77fe..86ed199aed 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} [@var{arguments}@dots{}]
 @end example
 
+@item @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: