Update source-release.sh

This commit is contained in:
FusionPBX 2017-04-23 05:09:17 -06:00 committed by GitHub
parent 620ee7809c
commit 9b1e535a21
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ chmod 0555 /usr/local/etc/rc.d/freeswitch
#enable the service #enable the service
echo 'freeswitch_enable="YES"' >> /etc/rc.conf echo 'freeswitch_enable="YES"' >> /etc/rc.conf
echo 'freeswitch_flags="-nc -nonat -reincarnate -u www -g www"' >> /etc/rc.conf echo 'freeswitch_flags="-nc -nonat -u www -g www"' >> /etc/rc.conf
echo 'memcached_enable="YES"' >> /etc/rc.conf echo 'memcached_enable="YES"' >> /etc/rc.conf
#start the service #start the service