From a78bf85b67e60b7d181ac54e2b391deed67a8e15 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 24 Jun 2017 11:54:14 -0600 Subject: [PATCH] Update switch.sh --- freebsd/resources/switch.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/freebsd/resources/switch.sh b/freebsd/resources/switch.sh index 904384d..3d2662c 100755 --- a/freebsd/resources/switch.sh +++ b/freebsd/resources/switch.sh @@ -33,3 +33,7 @@ if [ .$switch_source = ."source" ]; then #set the file permissions switch/source-permissions.sh fi + +#start the service +service freeswitch start +