From debbugs-submit-bounces@debbugs.gnu.org Thu May 11 08:40:29 2017 Received: (at 26830) by debbugs.gnu.org; 11 May 2017 12:40:29 +0000 Received: from localhost ([127.0.0.1]:37798 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d8nOP-0006Ee-8c for submit@debbugs.gnu.org; Thu, 11 May 2017 08:40:29 -0400 Received: from mail.lassieur.org ([83.152.10.219]:58682) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d8nON-0006EV-QE for 26830@debbugs.gnu.org; Thu, 11 May 2017 08:40:28 -0400 Received: from newt (46.218.109.88 [46.218.109.88]) by mail.lassieur.org (OpenSMTPD) with ESMTPSA id 78cf377e (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for <26830@debbugs.gnu.org>; Thu, 11 May 2017 12:40:25 +0000 (UTC) References: <86vapa6nyi.fsf@gmail.com> <20170510193137.846-1-clement@lassieur.org> <8760h7rhmm.fsf@lassieur.org> User-agent: mu4e 0.9.18; emacs 25.2.1 From: =?utf-8?Q?Cl=C3=A9ment?= Lassieur To: 26830@debbugs.gnu.org Subject: Re: bug#26830: [PATCH] services: shepherd: Allow services to implement a 'reload' action. In-reply-to: <8760h7rhmm.fsf@lassieur.org> Date: Thu, 11 May 2017 14:40:25 +0200 Message-ID: <87vap7sh1i.fsf@lassieur.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 26830 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) 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}).