# Runs docker-prune.service every 30 min. The runner is hammered with build bursts that can refill # the disk fast (and the actcache cap needs to react well within an hour), so 30 min beats hourly. # Persistent=true catches up after downtime. Install: see the header of docker-prune.service. [Unit] Description=Run docker-prune every 30 min (CI runner disk hygiene + actcache cap + burst guard) [Timer] OnCalendar=*:0/30 RandomizedDelaySec=120 Persistent=true [Install] WantedBy=timers.target