mirror of
https://git.zavage.net/Zavage-Software/zavage-gitea-runner.git
synced 2026-08-10 13:30:28 -06:00
11 lines
140 B
SYSTEMD
11 lines
140 B
SYSTEMD
[Unit]
|
|
Description=Weekly CI cleanup
|
|
|
|
[Timer]
|
|
OnCalendar=Sun 04:00
|
|
Persistent=true
|
|
RandomizedDelaySec=15m
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|