9 lines
184 B
Plaintext
9 lines
184 B
Plaintext
|
[Unit]
|
||
|
Description=[Cron] PVC VM autobackup (forced-full)
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
IgnoreSIGPIPE=false
|
||
|
KillMode=process
|
||
|
ExecStart=/usr/bin/pvc --quiet vm autobackup --cron --force-full
|