diff --git a/doc/guix.texi b/doc/guix.texi index 6b95ff89e0..9c703da9bc 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -43145,11 +43145,12 @@ Shepherd Services @item @code{respawn-limit} (default: @code{#f}) Set a limit on how many times and how frequently a service may be -restarted by Shepherd before it is disabled. See @pxref{Defining -Services,,, shepherd, The GNU Shepherd Manual} for details. +restarted by Shepherd before it is disabled. @xref{Defining +Services,,, shepherd, The GNU Shepherd Manual}, for details. @item @code{respawn-delay} (default: @code{#f}) -Wait @code{respawn-delay} seconds before restarting a failed service. +When true, this is the delay in seconds before restarting a failed +service. @item @code{start} @itemx @code{stop} (default: @code{#~(const #f)})