Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- # 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
|