mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-09-13 12:10:11 +02:00
This commit is contained in:
8
roles/watcher/files/omv_backup.service
Executable file
8
roles/watcher/files/omv_backup.service
Executable 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
|
Reference in New Issue
Block a user