From: Ken Rice Date: Wed, 24 Jun 2015 21:03:09 +0000 (-0500) Subject: FS-7723 #resolve change RPMs to use -ncwait instead of -nc. This will cause the inits... X-Git-Tag: v1.6.2~391 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7bdf8ee95a8580a2991c785db0b2c3c26c21c619;p=thirdparty%2Ffreeswitch.git FS-7723 #resolve change RPMs to use -ncwait instead of -nc. This will cause the initscript to pause and wait for FS to be ready before continuing. --- diff --git a/build/freeswitch.init.redhat b/build/freeswitch.init.redhat index 0379351995..f67d65583b 100644 --- a/build/freeswitch.init.redhat +++ b/build/freeswitch.init.redhat @@ -2,7 +2,7 @@ # # /etc/rc.d/init.d/freeswitch # -# The FreeSwitch Open Source Voice Platform +# The FreeSWITCH Open Source Voice Platform # # chkconfig: 345 89 14 # description: Starts and stops the freeswitch server daemon @@ -20,7 +20,7 @@ FS_USER=${FS_USER-freeswitch} FS_FILE=${FS_FILE-/usr/bin/freeswitch} FS_HOME=${FS_HOME-/var/run/freeswitch} LOCK_FILE=/var/lock/subsys/freeswitch -FREESWITCH_ARGS="-nc" +FREESWITCH_ARGS="-ncwait" RETVAL=0 # Source usr/localions file