Start the FreeBSD install script (not ready)

This commit is contained in:
Mark J Crane
2017-03-25 11:41:47 -06:00
parent 59c4f4473e
commit 83f064cae0
30 changed files with 1227 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
cp "$(dirname $0)/source/freeswitch.service.source" /lib/systemd/system/freeswitch.service
cp "$(dirname $0)/source/etc.default.freeswitch" /etc/default/freeswitch
systemctl enable freeswitch
systemctl unmask freeswitch.service
systemctl daemon-reload