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