Files
gaokao-volunteer-system/deploy/systemd/gaokao-delivery-watchdog.timer
Hermes Agent 7fe4ddcbc4
Some checks failed
CI / pytest (Python 3.10) (push) Has been cancelled
CI / pytest (Python 3.11) (push) Has been cancelled
CI / pytest (Python 3.12) (push) Has been cancelled
feat: harden T12 backup and portal workflows
2026-06-14 23:12:18 +08:00

12 lines
202 B
SYSTEMD

[Unit]
Description=Run gaokao delivery watchdog every 10 minutes
[Timer]
OnCalendar=*:0/10
Persistent=true
RandomizedDelaySec=60
Unit=gaokao-delivery-watchdog.service
[Install]
WantedBy=timers.target