Explorar el Código

Update source-master.sh

FusionPBX hace 8 años
padre
commit
e4aee1f6e0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      freebsd/resources/switch/source-master.sh

+ 1 - 1
freebsd/resources/switch/source-master.sh

@@ -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