Files
ansible/roles/watcher/files/omv_backup.service
jaydee 9351f9a8ce
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
build
2025-08-07 09:46:44 +02:00

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