From 7ebb44446903f1658d5d8187bdebfa32ab96ab56 Mon Sep 17 00:00:00 2001 From: Michal Bielicki Date: Thu, 6 Dec 2007 00:08:28 +0000 Subject: [PATCH] hmmmm put the new pid location in too earlu git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6527 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- build/freeswitch.monitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/freeswitch.monitrc b/build/freeswitch.monitrc index 19f48b7290..2d40377963 100644 --- a/build/freeswitch.monitrc +++ b/build/freeswitch.monitrc @@ -1,4 +1,4 @@ - check process freeswitch with pidfile /var/run/freeswitch.pid + check process freeswitch with pidfile /opt/freeswitch/log/freeswitch.pid group voice start program = "/etc/init.d/freeswitch start" stop program = "/etc/init.d/freeswitch stop"