diff options
author | jgeboski <jgeboski@gmail.com> | 2016-05-22 17:50:11 -0400 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-06-05 08:33:44 +0000 |
commit | 1dcfab84164d20827525beaecd6f4ffc8f34b46a (patch) | |
tree | 8671d6cf6d34a287e51bdcb3db922960271c0a6c /net-im/prosody/files/prosody.service | |
parent | sec-policy/selinux-base-policy: Use DEPEND on selinux-base rather than RDEPEND (diff) | |
download | gentoo-1dcfab84164d20827525beaecd6f4ffc8f34b46a.tar.gz gentoo-1dcfab84164d20827525beaecd6f4ffc8f34b46a.tar.bz2 gentoo-1dcfab84164d20827525beaecd6f4ffc8f34b46a.zip |
net-im/prosody: added the reload action to the systemd service
Package-Manager: portage-2.3.0_rc1
Acked-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/1517
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'net-im/prosody/files/prosody.service')
-rw-r--r-- | net-im/prosody/files/prosody.service | 1 |
1 files changed, 1 insertions, 0 deletions
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] |