| 1 | [Unit] |
| 2 | Description=shithub periodic housekeeping timer |
| 3 | |
| 4 | [Timer] |
| 5 | # Every hour at :07 — odd minute keeps it off shared-hour boundaries. |
| 6 | OnCalendar=hourly |
| 7 | # Run once at boot, ~5min in, so a fresh deploy doesn't wait an hour. |
| 8 | OnBootSec=5min |
| 9 | Persistent=true |
| 10 | Unit=shithubd-cron.service |
| 11 | |
| 12 | [Install] |
| 13 | WantedBy=timers.target |