xoxys.lego/templates/etc/systemd/system/lego-renew.timer.j2
Robert Kaussow 39a07225b7
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/docs unknown status
ci/woodpecker/push/notify Pipeline was successful
add timer options
2024-09-28 22:27:11 +02:00

11 lines
179 B
Django/Jinja

[Unit]
Description=Lego renew
[Timer]
Persistent=true
OnCalendar={{ lego_renew_interval }}
RandomizedDelaySec={{ lego_renew_randomized_delay }}
[Install]
WantedBy=timers.target