]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7723 #resolve change RPMs to use -ncwait instead of -nc. This will cause the inits...
authorKen Rice <krice@freeswitch.org>
Wed, 24 Jun 2015 21:03:09 +0000 (16:03 -0500)
committerKen Rice <krice@freeswitch.org>
Wed, 24 Jun 2015 21:03:09 +0000 (16:03 -0500)
build/freeswitch.init.redhat

index 0379351995d4fbf3e491ec1241d6c0c499d5e642..f67d65583badd1302f941d098846ecc92dd6972c 100644 (file)
@@ -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