From f1626084c63c6861ae801cb90cc1a3cff437a3a9 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 16 Aug 2016 17:52:27 -0600 Subject: [PATCH] Update package-systemd.sh --- debian/resources/switch/package-systemd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/resources/switch/package-systemd.sh b/debian/resources/switch/package-systemd.sh index 9e68815..5213f5b 100644 --- a/debian/resources/switch/package-systemd.sh +++ b/debian/resources/switch/package-systemd.sh @@ -4,3 +4,4 @@ cp "$(dirname $0)/source/etc.default.freeswitch" /etc/default/freeswitch systemctl enable freeswitch systemctl unmask freeswitch.service systemctl daemon-reload +systemctl start freeswitch