summaryrefslogtreecommitdiffstats
path: root/network/prosody/README.SBo
diff options
context:
space:
mode:
Diffstat (limited to 'network/prosody/README.SBo')
-rw-r--r--network/prosody/README.SBo8
1 files changed, 4 insertions, 4 deletions
diff --git a/network/prosody/README.SBo b/network/prosody/README.SBo
index f5a75cd65c..af7fc668d0 100644
--- a/network/prosody/README.SBo
+++ b/network/prosody/README.SBo
@@ -4,13 +4,13 @@ make sure rc.local and rc.local_shutdown contain the following lines:
/etc/rc.d/rc.local
==================
# Startup prosody
- if [ -x /usr/bin/prosodyctl ]; then
- lua /usr/bin/prosodyctl start
+ if [ -x /etc/rc.d/rc.prosody ]; then
+ /etc/rc.d/rc.prosody start
fi
/etc/rc.d/rc.local_shutdown
===========================
# Stop prosody
- if [ -x /usr/bin/prosodyctl ]; then
- lua /usr/bin/prosodyctl stop
+ if [ -x /etc/rc.d/rc.prosody ]; then
+ /etc/rc.d/rc.prosody stop
fi