Clément Lassieur writes: > Clément Lassieur writes: > >> +@item @code{reload} (default: @code{#f}) >> +The @code{reload} field refers to the Shepherd's facilities to reload >> +the service's configuration files without restarting. They are >> +@code{actions} (@pxref{Slots of services,,, shepherd, The GNU Shepherd >> +Manual}) and are given as G-expressions that get expanded in the >> +Shepherd configuration file (@pxref{G-Expressions}). > > With singular instead of plural...: > > @item @code{reload} (default: @code{#f}) > The @code{reload} field refers to the Shepherd's facilities to reload > the service's configuration files without restarting. It is an > @code{action} (@pxref{Slots of services,,, shepherd, The GNU Shepherd > Manual}) and is given as a G-expression that gets expanded in the > Shepherd configuration file (@pxref{G-Expressions}). New version: @item @code{reload} (default: @code{#f}) The @code{reload} field allows Shepherd to reload the service's configuration files without restarting. It is an @code{action} (@pxref{Slots of services,,, shepherd, The GNU Shepherd Manual}) and is given as a G-expression that gets expanded in the Shepherd configuration file (@pxref{G-Expressions}).