From 2b6188363cbd7761188ab44e263c0adb30e7216e Mon Sep 17 00:00:00 2001 From: Mark J Crane Date: Sat, 25 Mar 2017 15:25:10 -0600 Subject: [PATCH] Remove systemd from switch.sh and update config.sh --- freebsd/resources/config.sh | 5 ++--- freebsd/resources/switch.sh | 5 +---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/freebsd/resources/config.sh b/freebsd/resources/config.sh index f146072..938114c 100755 --- a/freebsd/resources/config.sh +++ b/freebsd/resources/config.sh @@ -6,8 +6,7 @@ system_branch=stable # master, stable # FreeSWITCH Settings switch_branch=stable # master, stable -switch_source=false # true or false -switch_package=true # true or false +switch_source=true # true # Database Settings database_password=random # random or as a pre-set value @@ -15,4 +14,4 @@ database_repo=official # PostgresSQL official, system, 2ndquadrant database_backup=false # true or false # General Settings -php_version=5 # PHP version 5 or 7 +php_version=7 # PHP version 5 or 7 diff --git a/freebsd/resources/switch.sh b/freebsd/resources/switch.sh index 5480360..b1fe24d 100755 --- a/freebsd/resources/switch.sh +++ b/freebsd/resources/switch.sh @@ -13,14 +13,11 @@ if [ .$switch_source = .true ]; then switch/source-release.sh fi - #copy the switch conf files to /etc/freeswitch + #copy the switch conf files switch/conf-copy.sh #set the file permissions switch/source-permissions.sh - - #systemd service - switch/source-systemd.sh fi if [ .$switch_package = .true ]; then