SYSTEMD · 316 bytes Raw Blame History
1 [Unit]
2 Description=shithub periodic housekeeping timer
3
4 [Timer]
5 # Daily at 03:30 UTC, after the 03:17 database backup window.
6 OnCalendar=*-*-* 03:30:00 UTC
7 # Run once at boot, ~5min in, so a fresh deploy doesn't wait a day.
8 OnBootSec=5min
9 Persistent=true
10 Unit=shithubd-cron.service
11
12 [Install]
13 WantedBy=timers.target