From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50611) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdbJM-0003TH-1i for guix-patches@gnu.org; Thu, 12 Jul 2018 09:07:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdbJG-0004lw-HH for guix-patches@gnu.org; Thu, 12 Jul 2018 09:07:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48576) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fdbJG-0004li-Cy for guix-patches@gnu.org; Thu, 12 Jul 2018 09:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fdbJG-00010i-5t for guix-patches@gnu.org; Thu, 12 Jul 2018 09:07:02 -0400 Subject: [bug#26830] Allow services to implement a 'reload' action Resent-Message-ID: References: <87d1bjtlpd.fsf@lassieur.org> <86vapa6nyi.fsf@gmail.com> <87vap7kryj.fsf@gnu.org> <87bmbdigbj.fsf@gnu.org> From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur In-reply-to: <87bmbdigbj.fsf@gnu.org> Date: Thu, 12 Jul 2018 15:06:20 +0200 Message-ID: <874lh438oj.fsf@lassieur.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 26830@debbugs.gnu.org Ludovic Court=C3=A8s writes: > FWIW, with the patch at , adding such > actions becomes easy (it=E2=80=99s a generalization of what you did in th= is > patch series.) > > Ludo=E2=80=99. Hehe thanks for the reminder, I'll consider working on this again soon :-) Cl=C3=A9ment