fusionpbx-install.sh/debian/resources/switch/source-systemd.sh

6 lines
259 B
Bash
Raw Normal View History

2016-08-16 20:14:03 +02:00
cp "$(dirname $0)/source/freeswitch.service.source" /lib/systemd/system/freeswitch.service
2017-07-06 18:46:19 +02:00
cp "$(dirname $0)/source/etc.default.freeswitch.source" /etc/default/freeswitch
systemctl enable freeswitch
systemctl unmask freeswitch.service
systemctl daemon-reload