From 0f6d1aa5057eb72c7fb19459cbd282a457988726 Mon Sep 17 00:00:00 2001 From: Michal Bielicki - cypromis Date: Mon, 2 May 2011 16:48:09 +0200 Subject: [PATCH] FS3245 move pid var in redhat/centos init file to /var/run/freeswitch/freeswitch.pid, as it gets instaleld to do so --- build/freeswitch.init.redhat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/freeswitch.init.redhat b/build/freeswitch.init.redhat index 6fe9c43c47..b9dc3d8db5 100644 --- a/build/freeswitch.init.redhat +++ b/build/freeswitch.init.redhat @@ -15,7 +15,7 @@ . /etc/init.d/functions 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_FILE=${FS_FILE-/opt/freeswitch/bin/freeswitch} FS_HOME=${FS_HOME-/opt/freeswitch}