소스 검색

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

Related to 4761ff7e9a
pull/4957/head
Slavi Pantaleev 1 주 전
부모
커밋
c6cd76e988
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers 파일 보기

@@ -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 [])


불러오는 중...
취소
저장