From: Ken Rice Date: Wed, 24 Jun 2015 19:37:26 +0000 (-0500) Subject: fix build/freeswitch.init.redhat since redhat likes to override settings in the scrip... X-Git-Tag: v1.6.2~392 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8394775d6253785f70a417e35d487a10f9b7d4d;p=thirdparty%2Ffreeswitch.git fix build/freeswitch.init.redhat since redhat likes to override settings in the script with TAGs in comments --- diff --git a/build/freeswitch.init.redhat b/build/freeswitch.init.redhat index 475bf5233d..0379351995 100644 --- a/build/freeswitch.init.redhat +++ b/build/freeswitch.init.redhat @@ -7,8 +7,8 @@ # chkconfig: 345 89 14 # description: Starts and stops the freeswitch server daemon # processname: freeswitch -# config: /usr/local/freeswitch/conf/freeswitch.conf -# pidfile: /usr/local/freeswitch/run/freeswitch.pid +# config: /etc/freeswitch/freeswitch.xml +# pidfile: /var/run/freeswitch/freeswitch.pid # # Source function library.