From 1dcfab84164d20827525beaecd6f4ffc8f34b46a Mon Sep 17 00:00:00 2001 From: jgeboski Date: Sun, 22 May 2016 17:50:11 -0400 Subject: net-im/prosody: added the reload action to the systemd service MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: portage-2.3.0_rc1 Acked-by: Michał Górny Closes: https://github.com/gentoo/gentoo/pull/1517 Signed-off-by: Patrice Clement --- net-im/prosody/files/prosody.service | 1 + 1 file changed, 1 insertion(+) (limited to 'net-im/prosody') diff --git a/net-im/prosody/files/prosody.service b/net-im/prosody/files/prosody.service index ec00e5445d51..5c5ea87bd542 100644 --- a/net-im/prosody/files/prosody.service +++ b/net-im/prosody/files/prosody.service @@ -6,6 +6,7 @@ After=network.target Type=forking PIDFile=/var/run/jabber/prosody.pid ExecStart=/usr/bin/prosodyctl start +ExecReload=/usr/bin/prosodyctl reload ExecStop=/usr/bin/prosodyctl stop [Install] -- cgit v1.2.3