Remove systemd from switch.sh and update config.sh
This commit is contained in:
parent
153f64f8b4
commit
2b6188363c
|
|
@ -6,8 +6,7 @@ system_branch=stable # master, stable
|
||||||
|
|
||||||
# FreeSWITCH Settings
|
# FreeSWITCH Settings
|
||||||
switch_branch=stable # master, stable
|
switch_branch=stable # master, stable
|
||||||
switch_source=false # true or false
|
switch_source=true # true
|
||||||
switch_package=true # true or false
|
|
||||||
|
|
||||||
# Database Settings
|
# Database Settings
|
||||||
database_password=random # random or as a pre-set value
|
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
|
database_backup=false # true or false
|
||||||
|
|
||||||
# General Settings
|
# General Settings
|
||||||
php_version=5 # PHP version 5 or 7
|
php_version=7 # PHP version 5 or 7
|
||||||
|
|
|
||||||
|
|
@ -13,14 +13,11 @@ if [ .$switch_source = .true ]; then
|
||||||
switch/source-release.sh
|
switch/source-release.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#copy the switch conf files to /etc/freeswitch
|
#copy the switch conf files
|
||||||
switch/conf-copy.sh
|
switch/conf-copy.sh
|
||||||
|
|
||||||
#set the file permissions
|
#set the file permissions
|
||||||
switch/source-permissions.sh
|
switch/source-permissions.sh
|
||||||
|
|
||||||
#systemd service
|
|
||||||
switch/source-systemd.sh
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ .$switch_package = .true ]; then
|
if [ .$switch_package = .true ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue