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

10 lines
194 B
Plaintext
Raw Normal View History

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