ソースを参照

Update freeswitch.rst (#175)

* Update freeswitch.rst

* Update freeswitch.rst
agree 6 年 前
コミット
06b313f869
1 ファイル変更8 行追加6 行削除
  1. 8 6
      source/additional_information/freeswitch.rst

+ 8 - 6
source/additional_information/freeswitch.rst

@@ -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