mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 15:01:05 +01:00
10 lines
194 B
Django/Jinja
10 lines
194 B
Django/Jinja
[Unit]
|
|
Description=starts health-nginx.service
|
|
|
|
[Timer]
|
|
OnCalendar={{ on_calendar_health_nginx }}
|
|
RandomizedDelaySec={{ randomized_delay_sec }}
|
|
Persistent=false
|
|
|
|
[Install]
|
|
WantedBy=timers.target |