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>
This commit is contained in:
parent
637a2a23ea
commit
84c6639f41
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue