mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 15:38:33 +02:00
Fixed taging for disabled host
This commit is contained in:
8
roles/omv_backup/files/omv_backup.service
Normal file
8
roles/omv_backup/files/omv_backup.service
Normal 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