Michael Grote
7a24089031
Reviewed-on: #584 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
11 lines
254 B
Django/Jinja
11 lines
254 B
Django/Jinja
{{ file_header | default () }}
|
|
[Unit]
|
|
Description=Timer: Trigger VM-Snapshots in PVE with cv4pve.
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* {{ cv4pve_cron_hour }}:{{ cv4pve_cron_minute }}:00
|
|
RandomizedDelaySec=10 min
|
|
|
|
|
|
[Install]
|
|
WantedBy=timers.target multi-user.target
|