dotfiles/root/etc/systemd/system/paccache.timer

16 lines
358 B
SYSTEMD
Raw Normal View History

2022-10-29 18:25:42 +00:00
# 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
2023-02-02 02:32:38 +00:00
After=network-online.target
2022-10-29 18:25:42 +00:00
[Timer]
OnCalendar=weekly
AccuracySec=1h
Persistent=true
[Install]
WantedBy=timers.target