doc: Document 'auto-start?' field of 'shepherd-service'.
authorDiego Nicola Barbato <dnbarbato@posteo.de>
Sat, 11 May 2019 15:21:18 +0000 (17:21 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 12 May 2019 21:31:53 +0000 (23:31 +0200)
* doc/guix.texi (shepherd-service): Document 'auto-start?' field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
doc/guix.texi

index 3f50bf7..86ed199 100644 (file)
@@ -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: