1
0
Fork 0
mirror of https://github.com/ItsDrike/dotfiles.git synced 2025-02-19 10:09:03 +00:00
dotfiles/root/etc/systemd/system/paccache.timer
2022-11-20 03:14:18 +01:00

14 lines
330 B
SYSTEMD

# Clean pacman cache of old and uninstalled packages every month
# This needs to be started by running `systemctl start paccache.timer`
# Usage requires `pacman-contrib` package to be installed
[Unit]
Description=Clean-up old pacman pkg
[Timer]
OnCalendar=weekly
AccuracySec=1h
Persistent=true
[Install]
WantedBy=timers.target