build
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s

This commit is contained in:
2025-08-07 09:46:44 +02:00
parent baea88fa38
commit 9351f9a8ce
4 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
[Unit]
Description=Enable OMV backup
[Service]
ExecStart = nohup /myapps/omv_backup.py -b > /dev/null 2>&1 &
[Install]
WantedBy=basic.target