From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7kav-00055N-Ot for guix-patches@gnu.org; Mon, 08 May 2017 11:29:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7kat-00050l-C3 for guix-patches@gnu.org; Mon, 08 May 2017 11:29:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36366) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d7kat-00050Z-8e for guix-patches@gnu.org; Mon, 08 May 2017 11:29:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d7kat-00011K-3p for guix-patches@gnu.org; Mon, 08 May 2017 11:29:03 -0400 Subject: bug#26830: [PATCH 3/4] gnu: services: prosody: Add a 'reload' action. Resent-Message-ID: From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Date: Mon, 8 May 2017 17:28:31 +0200 Message-Id: <20170508152832.4797-3-clement@lassieur.org> In-Reply-To: <20170508152832.4797-1-clement@lassieur.org> References: <20170508152832.4797-1-clement@lassieur.org> 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: 26830@debbugs.gnu.org * gnu/services/messaging.scm (prosody-shepherd-service): Add it. --- gnu/services/messaging.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/services/messaging.scm b/gnu/services/messaging.scm index 715d6181f..1f357c1c5 100644 --- a/gnu/services/messaging.scm +++ b/gnu/services/messaging.scm @@ -582,7 +582,8 @@ See also @url{http://prosody.im/doc/modules/mod_muc}." (provision '(prosody xmpp-daemon)) (requirement '(networking syslogd user-processes)) (start (prosodyctl-action "start")) - (stop (prosodyctl-action "stop")))))) + (stop (prosodyctl-action "stop")) + (reload (prosodyctl-action "reload")))))) (define %prosody-accounts (list (user-group (name "prosody") (system? #t)) -- 2.12.2