Correcting user and group options for freeswitch runtime

This commit is contained in:
Larry Gadallah 2023-12-17 18:55:42 -08:00 committed by Charlie Root
parent a655dfea2a
commit 0b13ac1627
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ cd "$(dirname "$0")"
. ../config.sh . ../config.sh
#install dependencies #install dependencies
pkg install --yes tiff ghostscript9-base memcached sox pkg install --yes tiff ghostscript10-10.02.1 memcached sox
#set the current working directory #set the current working directory
cwd=$(pwd) cwd=$(pwd)
@ -35,8 +35,8 @@ cd $cwd
echo 'memcached_enable="YES"' >> /etc/rc.conf echo 'memcached_enable="YES"' >> /etc/rc.conf
echo 'freeswitch_enable="YES"' >> /etc/rc.conf echo 'freeswitch_enable="YES"' >> /etc/rc.conf
echo 'freeswitch_flags="-nonat"' >> /etc/rc.conf echo 'freeswitch_flags="-nonat"' >> /etc/rc.conf
echo 'freeswitch_user="www"' >> /etc/rc.conf echo 'freeswitch_username="www"' >> /etc/rc.conf
echo 'freeswitch_group="www"' >> /etc/rc.conf echo 'freeswitch_groupname="www"' >> /etc/rc.conf
#start the service #start the service
service memcached start service memcached start