瀏覽代碼

change coturn start priority; do not trigger coturn start on homeserver implementation start

pull/3125/head
Aine 2 年之前
父節點
當前提交
e214fbea03
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 34969C908CCA2804
共有 1 個文件被更改,包括 2 次插入8 次删除
  1. +2
    -8
      group_vars/matrix_servers

+ 2
- 8
group_vars/matrix_servers 查看文件

@@ -330,7 +330,7 @@ devture_systemd_service_manager_services_list_auto: |
+
([{'name': 'matrix-corporal.service', 'priority': 1500, 'groups': ['matrix', 'corporal']}] if matrix_corporal_enabled else [])
+
([{'name': 'matrix-coturn.service', 'priority': 900, 'groups': ['matrix', 'coturn']}] if matrix_coturn_enabled else [])
([{'name': 'matrix-coturn.service', 'priority': 4000, 'groups': ['matrix', 'coturn']}] if matrix_coturn_enabled else [])
+
([{'name': 'matrix-rageshake.service', 'priority': 4000, 'groups': ['matrix', 'rageshake']}] if matrix_rageshake_enabled else [])
+
@@ -3985,8 +3985,6 @@ matrix_synapse_systemd_required_services_list_auto: |

matrix_synapse_systemd_wanted_services_list_auto: |
{{
(['matrix-coturn.service'] if matrix_coturn_enabled else [])
+
([exim_relay_identifier ~ '.service'] if exim_relay_enabled else [])
}}

@@ -4651,11 +4649,7 @@ matrix_dendrite_systemd_required_services_list_auto: |
(['matrix-goofys.service'] if matrix_s3_media_store_enabled else [])
}}

matrix_dendrite_systemd_wanted_services_list_auto: |
{{
(['matrix-coturn.service'] if matrix_coturn_enabled else [])
}}

matrix_dendrite_container_extra_arguments_auto: "{{ matrix_homeserver_container_extra_arguments_auto }}"
matrix_dendrite_app_service_config_files_auto: "{{ matrix_homeserver_app_service_config_files_auto }}"

######################################################################


Loading…
取消
儲存