mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 12:10:42 +00:00
Initial commit
This commit is contained in:
parent
b912871070
commit
a3e01caebf
157 changed files with 9696 additions and 0 deletions
14
root/etc/systemd/system/paccache.timer
Normal file
14
root/etc/systemd/system/paccache.timer
Normal file
|
@ -0,0 +1,14 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue