From debbugs-submit-bounces@debbugs.gnu.org Thu May 11 03:13:09 2017 Received: (at 26830) by debbugs.gnu.org; 11 May 2017 07:13:09 +0000 Received: from localhost ([127.0.0.1]:37523 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d8iHd-0003LS-JH for submit@debbugs.gnu.org; Thu, 11 May 2017 03:13:09 -0400 Received: from mail.lassieur.org ([83.152.10.219]:58668) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d8iHb-0003LI-MI for 26830@debbugs.gnu.org; Thu, 11 May 2017 03:13:08 -0400 Received: from rodion (88.191.118.83 [88.191.118.83]) by mail.lassieur.org (OpenSMTPD) with ESMTPSA id 83314108 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for <26830@debbugs.gnu.org>; Thu, 11 May 2017 07:13:05 +0000 (UTC) References: <86vapa6nyi.fsf@gmail.com> <20170510193137.846-1-clement@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: <20170510193137.846-1-clement@lassieur.org> Date: Thu, 11 May 2017 09:13:05 +0200 Message-ID: <8760h7rhmm.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: > +@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}).