Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 

17 строки
394 B

  1. # SPDX-FileCopyrightText: 2026 Chiu Ki Sit
  2. #
  3. # SPDX-License-Identifier: AGPL-3.0-or-later
  4. [Unit]
  5. Description=Matrix Services Boot Recovery (Synology)
  6. # Run after multi-user.target so all matrix services have been attempted first.
  7. After=multi-user.target
  8. [Service]
  9. Type=oneshot
  10. RemainAfterExit=yes
  11. ExecStart={{ matrix_bin_path }}/matrix-synology-boot-fix
  12. [Install]
  13. WantedBy=multi-user.target