mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Update also systemd in upgrade
This commit is contained in:
parent
6d35bb2b23
commit
9af40a45a1
1 changed files with 11 additions and 4 deletions
|
@ -175,10 +175,6 @@ then
|
||||||
|
|
||||||
yunohost firewall allow Both $turnserver_alt_tls_port > /dev/null 2>&1
|
yunohost firewall allow Both $turnserver_alt_tls_port > /dev/null 2>&1
|
||||||
|
|
||||||
# Configure systemd
|
|
||||||
cp ../conf/default_coturn /etc/default/coturn-$app
|
|
||||||
ynh_add_systemd_config coturn-$app coturn-synapse.service
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# MAKE A CLEAN LOGROTATE CONFIG
|
# MAKE A CLEAN LOGROTATE CONFIG
|
||||||
#=================================================
|
#=================================================
|
||||||
|
@ -261,6 +257,17 @@ ynh_store_file_checksum "$coturn_config_path"
|
||||||
cp ../sources/Coturn_config_rotate.sh $final_path/
|
cp ../sources/Coturn_config_rotate.sh $final_path/
|
||||||
ynh_replace_string __APP__ $app "$final_path/Coturn_config_rotate.sh"
|
ynh_replace_string __APP__ $app "$final_path/Coturn_config_rotate.sh"
|
||||||
|
|
||||||
|
#=================================================
|
||||||
|
# UPDATE SYSTEMD
|
||||||
|
#=================================================
|
||||||
|
|
||||||
|
# Create systemd service for synapse and turnserver
|
||||||
|
cp ../conf/default_matrix-synapse /etc/default/matrix-$app
|
||||||
|
ynh_add_systemd_config matrix-$app matrix-synapse.service
|
||||||
|
|
||||||
|
cp ../conf/default_coturn /etc/default/coturn-$app
|
||||||
|
ynh_add_systemd_config coturn-$app coturn-synapse.service
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC FINALIZATION
|
# GENERIC FINALIZATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue