mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 23:48:32 +02:00
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 |