Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
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