12 lines
266 B
Django/Jinja
12 lines
266 B
Django/Jinja
[Unit]
|
|
Description=Daily read-only VPS health check
|
|
|
|
[Timer]
|
|
OnCalendar={{ healthcheck_timer_on_calendar }}
|
|
Persistent=true
|
|
RandomizedDelaySec={{ healthcheck_timer_randomized_delay_sec }}
|
|
Unit={{ healthcheck_service_name }}.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|