9 lines
327 B
Django/Jinja
9 lines
327 B
Django/Jinja
[Unit]
|
|
Description=[Cron] PVC VM autobackup (normal)
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
IgnoreSIGPIPE=false
|
|
KillMode=process
|
|
ExecStart=/usr/bin/pvc --quiet vm autobackup --cron {% if pvc_autobackup.reporting.enabled and pvc_autobackup.reporting.report_on.normal %}--email-report {{ pvc_autobackup.reporting.emails|join(',') }}{% endif %}
|