Update source-master.sh

This commit is contained in:
FusionPBX 2017-04-25 02:35:19 -06:00 committed by GitHub
parent cbd2ea82f5
commit e4aee1f6e0
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ chmod u-w,ugo+x /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
#start the service #start the service
service memcached start service memcached start