mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Fix install
This commit is contained in:
parent
fbeb092ac4
commit
ae1c617812
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ ynh_script_progression --message="Configuring a systemd service..." --weight=2
|
|||
|
||||
# Create systemd service for synapse and turnserver
|
||||
cp ../conf/default_matrix-synapse /etc/default/matrix-$app
|
||||
ynh_add_systemd_config --service=matrix-$app --template=synapse.service
|
||||
ynh_add_systemd_config --service=$app --template=synapse.service
|
||||
|
||||
cp ../conf/default_coturn /etc/default/coturn-$app
|
||||
ynh_add_systemd_config --service=$app-coturn --template=synapse-coturn.service
|
||||
|
|
Loading…
Reference in a new issue