diff options
author | Diego Nicola Barbato <dnbarbato@posteo.de> | 2019-05-11 17:21:18 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-05-12 23:31:53 +0200 |
commit | 84c6639f414c8238d28ba9eb2b40809a808f48ad (patch) | |
tree | 98072c6063635fbe53670978268ec41e780be3a1 | |
parent | 637a2a23ea69f3a0a10696967d89fa4e2e178893 (diff) | |
download | patches-84c6639f414c8238d28ba9eb2b40809a808f48ad.tar patches-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>
-rw-r--r-- | doc/guix.texi | 4 |
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: |