FS-6642 --resolve
This commit is contained in:
parent
07f4c6204e
commit
bee0a19f08
|
@ -18,9 +18,9 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin
|
||||||
DESC=freeswitch
|
DESC=freeswitch
|
||||||
NAME=freeswitch
|
NAME=freeswitch
|
||||||
DAEMON=/usr/bin/freeswitch
|
DAEMON=/usr/bin/freeswitch
|
||||||
DAEMON_ARGS="-u freeswitch -g freeswitch -ncwait"
|
|
||||||
USER=freeswitch
|
USER=freeswitch
|
||||||
GROUP=freeswitch
|
GROUP=freeswitch
|
||||||
|
DAEMON_ARGS="-u $USER -g $GROUP -ncwait"
|
||||||
CONFDIR=/etc/$NAME
|
CONFDIR=/etc/$NAME
|
||||||
RUNDIR=/var/run/$NAME
|
RUNDIR=/var/run/$NAME
|
||||||
PIDFILE=$RUNDIR/$NAME.pid
|
PIDFILE=$RUNDIR/$NAME.pid
|
||||||
|
|
Loading…
Reference in New Issue