Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/transport-configs/init-scripts/jabber-gg-transport3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/transport-configs/init-scripts/jabber-gg-transport b/examples/transport-configs/init-scripts/jabber-gg-transport
index 17718fb93..269685d0d 100755
--- a/examples/transport-configs/init-scripts/jabber-gg-transport
+++ b/examples/transport-configs/init-scripts/jabber-gg-transport
@@ -33,8 +33,7 @@ case "$1" in
stop)
echo "Stopping $NAME."
killall $NAME &
-# BUG REPORTEN hiervoor: bij afsluiten blijft telkens PID-bestand achter
- rm $HOME/../../../var/run/jabber/jabber-gg-transport.pid
+ rm /var/run/jabber/jabber-gg-transport.pid
;;
restart|reload)