forked from Timmy_Foundation/the-nexus
This commit is contained in:
14
scripts/systemd/runner-health-probe.timer
Normal file
14
scripts/systemd/runner-health-probe.timer
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Gitea Runner Health Probe — fires every 5 minutes (poka-yoke #1097)
|
||||
Documentation=https://forge.alexanderwhitestone.com/Timmy_Foundation/the-nexus/issues/1097
|
||||
|
||||
[Timer]
|
||||
# Start 2 minutes after boot (let network and act_runner settle)
|
||||
OnBootSec=2min
|
||||
# Then fire every 5 minutes
|
||||
OnUnitActiveSec=5min
|
||||
# Re-fire missed runs after downtime
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Reference in New Issue
Block a user