Browse Source

Move an item for coturn down

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4947/head
Suguru Hirahara 2 weeks ago
parent
commit
540dac0071
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      group_vars/matrix_servers

+ 7
- 7
group_vars/matrix_servers View File

@@ -619,13 +619,6 @@ devture_systemd_service_manager_services_list_auto: |
'groups': ['matrix', 'corporal'], 'groups': ['matrix', 'corporal'],
}] if matrix_corporal_enabled else []) }] if matrix_corporal_enabled else [])
+ +
([{
'name': (coturn_identifier + '.service'),
'priority': (1500 if devture_systemd_service_manager_service_restart_mode == 'one-by-one' else 900),
'restart_necessary': (coturn_restart_necessary | bool),
'groups': ['matrix', 'coturn'],
}] if coturn_enabled else [])
+
([{ ([{
'name': 'matrix-matrixto.service', 'name': 'matrix-matrixto.service',
'priority': 4000, 'priority': 4000,
@@ -640,6 +633,13 @@ devture_systemd_service_manager_services_list_auto: |
'groups': ['matrix', 'rageshake'], 'groups': ['matrix', 'rageshake'],
}] if matrix_rageshake_enabled else []) }] if matrix_rageshake_enabled else [])
+ +
([{
'name': (coturn_identifier + '.service'),
'priority': (1500 if devture_systemd_service_manager_service_restart_mode == 'one-by-one' else 900),
'restart_necessary': (coturn_restart_necessary | bool),
'groups': ['matrix', 'coturn'],
}] if coturn_enabled else [])
+
([{ ([{
'name': (coturn_identifier + '-reload.timer'), 'name': (coturn_identifier + '-reload.timer'),
'priority': 5000, 'priority': 5000,


Loading…
Cancel
Save