From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8nfR-0005bJ-1D for guix-patches@gnu.org; Thu, 11 May 2017 08:58:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8nfO-0002GM-0Z for guix-patches@gnu.org; Thu, 11 May 2017 08:58:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35128) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d8nfN-0002G3-TS for guix-patches@gnu.org; Thu, 11 May 2017 08:58:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d8nfN-0006es-Jl for guix-patches@gnu.org; Thu, 11 May 2017 08:58:01 -0400 Subject: bug#26830: [PATCH] services: shepherd: Allow services to implement a 'reload' action. Resent-Message-ID: References: <86vapa6nyi.fsf@gmail.com> <20170510193137.846-1-clement@lassieur.org> <8760h7rhmm.fsf@lassieur.org> <87vap7sh1i.fsf@lassieur.org> From: Mathieu Othacehe In-reply-to: <87vap7sh1i.fsf@lassieur.org> Date: Thu, 11 May 2017 14:57:26 +0200 Message-ID: <86shkbzh3d.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Cc: 26830@debbugs.gnu.org > @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}). The new version looks better ! LGTM ! Mathieu