Browse Source

cfgname seems to be buggy

4.0
karl anderson 10 years ago
parent
commit
0e0ae5a225
2 changed files with 1 additions and 1 deletions
  1. +0
    -0
      system/init.d/kazoo-bigcouch.redhat
  2. +1
    -1
      system/init.d/kazoo-freeswitch.redhat

+ 0
- 0
system/init.d/kazoo-bigcouch.redhat View File


+ 1
- 1
system/init.d/kazoo-freeswitch.redhat View File

@ -20,7 +20,7 @@ FS_USER=${FS_USER-freeswitch}
FS_FILE=${FS_FILE-/usr/bin/freeswitch}
FS_HOME=${FS_HOME-/var/run/kazoo-freeswitch}
LOCK_FILE=/var/lock/subsys/kazoo-freeswitch
FREESWITCH_ARGS="-ncwait -nonat -conf /etc/kazoo/freeswitch -db /var/lib/kazoo-freeswitch/db -log /var/log/freeswitch -cache /var/lib/kazoo-freeswitch/cache -sounds /var/lib/kazoo-freeswitch/sounds -storage /var/lib/kazoo-freeswitch/storage -cfgname kazoo-freeswitch.xml.fsxml"
FREESWITCH_ARGS="-ncwait -nonat -conf /etc/kazoo/freeswitch -db /var/lib/kazoo-freeswitch/db -log /var/log/freeswitch -cache /var/lib/kazoo-freeswitch/cache -sounds /var/lib/kazoo-freeswitch/sounds -storage /var/lib/kazoo-freeswitch/storage"
RETVAL=0
# Source usr/localions file


Loading…
Cancel
Save