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.
|
- # SPDX-FileCopyrightText: 2026 Chiu Ki Sit
- #
- # SPDX-License-Identifier: AGPL-3.0-or-later
-
- [Unit]
- Description=Matrix Services Boot Recovery (Synology)
- # Run after multi-user.target so all matrix services have been attempted first.
- After=multi-user.target
-
- [Service]
- Type=oneshot
- RemainAfterExit=yes
- ExecStart={{ matrix_bin_path }}/matrix-synology-boot-fix
-
- [Install]
- WantedBy=multi-user.target
|