source-sysvinit.sh 307 B

123456
  1. cp "$(dirname $0)/source/freeswitch.init" /etc/init.d/freeswitch
  2. cp "$(dirname $0)/source/etc.default.freeswitch" /etc/default/freeswitch
  3. update-rc.d freeswitch enable
  4. service freeswitch restart
  5. echo "Please configure the sysvinit start up script from the source dir, test, and contribute code. Thank you."