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

15 lines
330 B
SYSTEMD
Raw Normal View History

2021-04-01 17:27:56 +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
2021-04-01 17:27:56 +00:00
[Unit]
Description=Clean-up old pacman pkg
[Timer]
2022-07-29 15:46:51 +00:00
OnCalendar=weekly
AccuracySec=1h
2021-04-01 17:27:56 +00:00
Persistent=true
[Install]
2022-07-29 15:46:51 +00:00
WantedBy=timers.target