mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-02-28 18:03:10 +00:00
Move an item for coturn down
Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
This commit is contained in:
committed by
Slavi Pantaleev
parent
0cf3482eb2
commit
3651a07f88
@@ -619,13 +619,6 @@ devture_systemd_service_manager_services_list_auto: |
|
||||
'groups': ['matrix', 'corporal'],
|
||||
}] 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',
|
||||
'priority': 4000,
|
||||
@@ -640,6 +633,13 @@ devture_systemd_service_manager_services_list_auto: |
|
||||
'groups': ['matrix', 'rageshake'],
|
||||
}] 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'),
|
||||
'priority': 5000,
|
||||
|
||||
Reference in New Issue
Block a user