FS-6642 --resolve

This commit is contained in:
Brian West 2014-07-11 11:04:08 -05:00
parent 07f4c6204e
commit bee0a19f08
1 changed files with 1 additions and 1 deletions

View File

@ -18,9 +18,9 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin
DESC=freeswitch
NAME=freeswitch
DAEMON=/usr/bin/freeswitch
DAEMON_ARGS="-u freeswitch -g freeswitch -ncwait"
USER=freeswitch
GROUP=freeswitch
DAEMON_ARGS="-u $USER -g $GROUP -ncwait"
CONFDIR=/etc/$NAME
RUNDIR=/var/run/$NAME
PIDFILE=$RUNDIR/$NAME.pid