mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-09-13 12:10:11 +02:00
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
8 lines
143 B
Desktop File
Executable File
8 lines
143 B
Desktop File
Executable File
[Unit]
|
|
Description=Enable OMV backup
|
|
|
|
[Service]
|
|
ExecStart = nohup /myapps/omv_backup.py -b > /dev/null 2>&1 &
|
|
|
|
[Install]
|
|
WantedBy=basic.target |