mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-05 18:13:27 +00:00
FS3245 move pid var in redhat/centos init file to /var/run/freeswitch/freeswitch.pid, as it gets instaleld to do so
This commit is contained in:
parent
6196a4199e
commit
0f6d1aa505
@ -15,7 +15,7 @@
|
|||||||
. /etc/init.d/functions
|
. /etc/init.d/functions
|
||||||
|
|
||||||
PROG_NAME=freeswitch
|
PROG_NAME=freeswitch
|
||||||
PID_FILE=${PID_FILE-/opt/freeswitch/run/freeswitch.pid}
|
PID_FILE=${PID_FILE-/var/run/freeswitch/freeswitch.pid}
|
||||||
FS_USER=${FS_USER-freeswitch}
|
FS_USER=${FS_USER-freeswitch}
|
||||||
FS_FILE=${FS_FILE-/opt/freeswitch/bin/freeswitch}
|
FS_FILE=${FS_FILE-/opt/freeswitch/bin/freeswitch}
|
||||||
FS_HOME=${FS_HOME-/opt/freeswitch}
|
FS_HOME=${FS_HOME-/opt/freeswitch}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user