mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-09-19 21:59:07 +02:00
Using paccache for this which keeps up to 3 versions per package, and also instructing it to keep any packages accessed in the past 2 weeks.
11 lines
167 B
SYSTEMD
11 lines
167 B
SYSTEMD
[Unit]
|
|
Description=Daily rebuilderd-worker chroot and cache cleanup
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
RandomizedDelaySec=12h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|