fix build/freeswitch.init.redhat since redhat likes to override settings in the script with TAGs in comments
This commit is contained in:
parent
b39b27dc49
commit
e8394775d6
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue