summaryrefslogtreecommitdiffstats
path: root/testing/freeswitch/freeswitch.initd
diff options
context:
space:
mode:
authorMichael Mason <ms13sp@gmail.com>2010-03-18 18:26:55 +0000
committerMichael Mason <ms13sp@gmail.com>2010-03-18 18:26:55 +0000
commitab919e61f26ec3409874ebce697842171bfc6d59 (patch)
tree8a0687a0845add5a04f85b0bee4aff4d8b849a08 /testing/freeswitch/freeswitch.initd
parentcb0c20d57cec46314cd0cc41cd09c28147636850 (diff)
downloadaports-ab919e61f26ec3409874ebce697842171bfc6d59.tar.bz2
aports-ab919e61f26ec3409874ebce697842171bfc6d59.tar.xz
testing/freeswitch fixes #326. Updated initd and added confd
Diffstat (limited to 'testing/freeswitch/freeswitch.initd')
-rwxr-xr-x[-rw-r--r--]testing/freeswitch/freeswitch.initd4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/freeswitch/freeswitch.initd b/testing/freeswitch/freeswitch.initd
index 6433bb43d..84381d771 100644..100755
--- a/testing/freeswitch/freeswitch.initd
+++ b/testing/freeswitch/freeswitch.initd
@@ -20,14 +20,14 @@ start() {
OPTS="${OPTS} ${FREESWITCH_OPTS}"
ebegin "Starting Freeswitch"
- start-stop-daemon --start --quiet --exec /opt/freeswitch/bin/freeswitch \
+ start-stop-daemon --start --quiet --exec /usr/bin/freeswitch \
--pidfile /var/run/freeswitch.pid -- -nc ${OPTS}
eend $?
}
stop() {
ebegin "Stopping Freeswitch"
- start-stop-daemon --stop --quiet --pidfile /opt/freeswitch/log/freeswitch.pid
+ start-stop-daemon --stop --quiet --pidfile /var/run/freeswitch.pid
eend $?
}