runner-health.cron
1 # Runner Health API - Cron job 2 # Deploy to: /etc/cron.d/runner-health 3 # Runs every minute to update health status JSON 4 # 5 # IMPORTANT: This file MUST be owned by root:root or cron will refuse to run it! 6 # Deploy with: scp ... /tmp/ && sudo cp /tmp/runner-health.cron /etc/cron.d/runner-health && sudo chown root:root /etc/cron.d/runner-health 7 8 * * * * * root /usr/local/bin/runner-health-json.sh >/dev/null 2>&1