From b04457b2285a5ad81126cf84f27f95cf3bfeea29 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 23 Apr 2017 02:13:43 -0600 Subject: [PATCH] Update package-systemd.sh --- centos/resources/switch/package-systemd.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/centos/resources/switch/package-systemd.sh b/centos/resources/switch/package-systemd.sh index 2fb8467..4845b7b 100755 --- a/centos/resources/switch/package-systemd.sh +++ b/centos/resources/switch/package-systemd.sh @@ -1,3 +1,5 @@ +#!/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 \ No newline at end of file +cp "$(dirname $0)/source/etc.default.freeswitch" /etc/sysconfig/freeswitch