fusionpbx-install.sh/centos/resources/switch/package-systemd.sh

6 lines
223 B
Bash
Executable File

#!/bin/sh
rm -f /lib/systemd/system/freeswitch.service
cp "$(dirname $0)/source/freeswitch.service.package" /lib/systemd/system/freeswitch.service
cp "$(dirname $0)/source/etc.default.freeswitch" /etc/sysconfig/freeswitch