Files
fusionpbx-install.sh/debian/resources/switch/source-systemd.sh
2017-07-06 10:46:19 -06:00

6 lines
259 B
Bash
Executable File

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