summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 39544d9acff..926f5b7fe4d 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -52378,7 +52378,7 @@ So direct requirement only on @code{user-processes} is sufficient.
52378@cindex one-shot services, for the Shepherd 52378@cindex one-shot services, for the Shepherd
52379@item @code{one-shot?} (default: @code{#f}) 52379@item @code{one-shot?} (default: @code{#f})
52380Whether this service is @dfn{one-shot}. One-shot services stop immediately 52380Whether this service is @dfn{one-shot}. One-shot services stop immediately
52381after their @code{start} action has completed. @xref{Slots of services,,, 52381after their @code{start} action has completed. @xref{Defining Services,,,
52382shepherd, The GNU Shepherd Manual}, for more info. 52382shepherd, The GNU Shepherd Manual}, for more info.
52383 52383
52384@item @code{respawn?} (default: @code{#t}) 52384@item @code{respawn?} (default: @code{#t})