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

11 lines
199 B
Plaintext
Raw Normal View History

2022-12-25 13:40:38 +01:00
[Unit]
2023-11-16 15:32:29 +01:00
Description=starts health-docker.service
2022-12-25 13:40:38 +01:00
[Timer]
2023-04-15 17:06:10 +02:00
OnCalendar={{on_calendar_docker_health_check}}
RandomizedDelaySec={{randomized_delay_sec}}
Persistent=false
2022-12-25 13:40:38 +01:00
[Install]
WantedBy=timers.target