|
@@ -414,18 +414,20 @@ or
|
|
|
Add the following
|
|
|
|
|
|
::
|
|
|
-
|
|
|
- check process freeswitch with pidfile /usr/local/freeswitch/run/freeswitch.pid
|
|
|
+ #check process freeswitch with pidfile /usr/local/freeswitch/run/freeswitch.pid
|
|
|
+ check process freeswitch with pidfile /run/freeswitch/freeswitch.pid
|
|
|
start program = "/usr/bin/service freeswitch start"
|
|
|
stop program = "/usr/bin/service freeswitch stop"
|
|
|
|
|
|
or
|
|
|
|
|
|
::
|
|
|
-
|
|
|
- check process freeswitch with pidfile /usr/local/freeswitch/run/freeswitch.pid
|
|
|
- start program = "/usr/local/freeswitch/bin/./freeswitch -nc -u www-data"
|
|
|
- stop program = "/usr/local/freeswitch/bin/./freeswitch -stop"
|
|
|
+ #check process freeswitch with pidfile /usr/local/freeswitch/run/freeswitch.pid
|
|
|
+ #start program = "/usr/local/freeswitch/bin/./freeswitch -nc -u www-data"
|
|
|
+ #stop program = "/usr/local/freeswitch/bin/./freeswitch -stop"
|
|
|
+ check process freeswitch with pidfile /run/freeswitch/freeswitch.pid
|
|
|
+ start program = "/usr/bin/./freeswitch -nc -u www-data"
|
|
|
+ stop program = "/usr/bin/./freeswitch -stop"
|
|
|
|
|
|
|
|
|
Additional Options
|