From: Ken Rice Date: Thu, 29 Mar 2012 21:14:54 +0000 (-0500) Subject: FS-4042 fix a file path X-Git-Tag: v1.2-rc1~19^2^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=394a59c51230f47b01c28b2d4fa548b7bb6ee6bd;p=thirdparty%2Ffreeswitch.git FS-4042 fix a file path --- diff --git a/build/freeswitch.init.redhat b/build/freeswitch.init.redhat index dfcbf09c8e..475bf5233d 100644 --- a/build/freeswitch.init.redhat +++ b/build/freeswitch.init.redhat @@ -17,7 +17,7 @@ PROG_NAME=freeswitch PID_FILE=${PID_FILE-/var/run/freeswitch/freeswitch.pid} FS_USER=${FS_USER-freeswitch} -FS_FILE=${FS_FILE-/usr/freeswitch} +FS_FILE=${FS_FILE-/usr/bin/freeswitch} FS_HOME=${FS_HOME-/var/run/freeswitch} LOCK_FILE=/var/lock/subsys/freeswitch FREESWITCH_ARGS="-nc"