computer-playbook/roles/health-nginx/templates/health-nginx.timer.j2

10 lines
200 B
Plaintext
Raw Normal View History

2023-11-17 09:36:40 +01:00
[Unit]
Description=starts health-nginx.service
[Timer]
OnCalendar={{ on_calendar_nginx_health_check }}
RandomizedDelaySec={{ randomized_delay_sec }}
Persistent=false
[Install]
WantedBy=timers.target