commit: 1dcfab84164d20827525beaecd6f4ffc8f34b46a Author: jgeboski <jgeboski <AT> gmail <DOT> com> AuthorDate: Sun May 22 21:50:11 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Jun 5 08:33:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dcfab84
net-im/prosody: added the reload action to the systemd service Package-Manager: portage-2.3.0_rc1 Acked-by: Michał Górny <mgorny <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/1517 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> net-im/prosody/files/prosody.service | 1 + 1 file changed, 1 insertion(+) diff --git a/net-im/prosody/files/prosody.service b/net-im/prosody/files/prosody.service index ec00e54..5c5ea87 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]
