1
0
Fork 0
mirror of https://github.com/ItsDrike/dotfiles.git synced 2025-02-21 19:09:03 +00:00
dotfiles/root/etc/systemd/system/paccache.timer

14 lines
307 B
SYSTEMD
Raw Normal View History

2021-04-01 19:27:56 +02:00
# Clean pacman cache of old and uninstalled packages every month
# This needs to be started by systemctl stat paccache.timer
# Usage requires pacman-contrib package to be installed
[Unit]
Description=Clean-up old pacman pkg
[Timer]
OnCalendar=monthly
Persistent=true
[Install]
WantedBy=multi-user.target