diff --git a/freebsd/resources/switch/source-systemd.sh b/freebsd/resources/switch/source-systemd.sh deleted file mode 100755 index dc34e3d..0000000 --- a/freebsd/resources/switch/source-systemd.sh +++ /dev/null @@ -1,5 +0,0 @@ -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