diff options
Diffstat (limited to 'main/freeswitch/freeswitch.initd')
-rwxr-xr-x | main/freeswitch/freeswitch.initd | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/main/freeswitch/freeswitch.initd b/main/freeswitch/freeswitch.initd index eebabe188b..63ec58ad10 100755 --- a/main/freeswitch/freeswitch.initd +++ b/main/freeswitch/freeswitch.initd @@ -29,10 +29,8 @@ start() { limits start-stop-daemon --start --quiet --exec /usr/bin/freeswitch \ -- \ - -nc -conf /etc/freeswitch -log /var/log/freeswitch \ - -run /var/run/freeswitch -db /var/lib/freeswitch/db \ - -htdocs /usr/share/freeswitch/htdocs \ - -scripts /etc/freeswitch/scripts ${OPTS} + -nc \ + ${OPTS} eend $? } |