mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
FSBUILD-240
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16594 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
# description: Starts and stops the freeswitch server daemon
|
||||
# processname: freeswitch
|
||||
# config: /opt/freeswitch/conf/freeswitch.conf
|
||||
# pidfile: /opt/freeswitch/log/freeswitch.pid
|
||||
# pidfile: /opt/freeswitch/run/freeswitch.pid
|
||||
#
|
||||
|
||||
# Source function library.
|
||||
. /etc/init.d/functions
|
||||
|
||||
PROG_NAME=freeswitch
|
||||
PID_FILE=${PID_FILE-/opt/freeswitch/log/freeswitch.pid}
|
||||
PID_FILE=${PID_FILE-/opt/freeswitch/run/freeswitch.pid}
|
||||
FS_USER=${FS_USER-freeswitch}
|
||||
FS_FILE=${FS_FILE-/opt/freeswitch/bin/freeswitch}
|
||||
FS_HOME=${FS_HOME-/opt/freeswitch}
|
||||
|
Reference in New Issue
Block a user