projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd8c6b2
)
net-im/prosody: added the reload action to the systemd service
author
jgeboski
<jgeboski@gmail.com>
Sun, 22 May 2016 21:50:11 +0000
(17:50 -0400)
committer
Patrice Clement
<monsieurp@gentoo.org>
Sun, 5 Jun 2016 08:33:44 +0000
(08:33 +0000)
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>
net-im/prosody/files/prosody.service
patch
|
blob
|
history
diff --git
a/net-im/prosody/files/prosody.service
b/net-im/prosody/files/prosody.service
index ec00e5445d51d9868a53ed8ce681b5ce285bb14d..5c5ea87bd54284825b4148f4ef896a27c3a9a067 100644
(file)
--- 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]