3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-02-28 18:03:10 +00:00

Define matrix-corporal's systemd service manager priority in terms of matrix_homeserver_systemd_service_manager_priority

Related to 4761ff7e9a
This commit is contained in:
Slavi Pantaleev
2026-02-21 15:50:00 +02:00
parent 4761ff7e9a
commit c6cd76e988

View File

@@ -613,7 +613,7 @@ devture_systemd_service_manager_services_list_auto: |
+
([{
'name': 'matrix-corporal.service',
'priority': 1500,
'priority': (matrix_homeserver_systemd_service_manager_priority + 500),
'restart_necessary': (matrix_corporal_restart_necessary | bool),
'groups': ['matrix', 'corporal'],
}] if matrix_corporal_enabled else [])