infrastructure/coreos-config/plays/templates/heartbeat.timer.j2

10 lines
136 B
Plaintext
Raw Normal View History

2023-04-06 01:03:25 +02:00
[Unit]
Description=Send heartbeat every 5 minutes
[Timer]
OnCalendar=*-*-* *:00/5:00
Persistent=true
[Install]
WantedBy=timers.target