FreeBSD Update multiple changes

- remove memcache
- update switch url
- switch package require postgresql 15
- portsnap enabled
This commit is contained in:
FusionPBX
2024-08-24 10:11:54 -06:00
committed by GitHub
parent 4e0fba4cb9
commit e906b0caf2
6 changed files with 12 additions and 16 deletions

View File

@@ -32,11 +32,8 @@ cd $cwd
#chmod u-w,ugo+x /usr/local/etc/rc.d/freeswitch
#enable the services
echo 'memcached_enable="YES"' >> /etc/rc.conf
echo 'freeswitch_enable="YES"' >> /etc/rc.conf
echo 'freeswitch_flags="-nonat"' >> /etc/rc.conf
echo 'freeswitch_username="www"' >> /etc/rc.conf
echo 'freeswitch_groupname="www"' >> /etc/rc.conf
#start the service
service memcached start