diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-05-29 16:18:29 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-05-29 16:18:29 -0700 |
commit | 69920e10f9442ccbd03384ef3d1bfbc7b3338223 (patch) | |
tree | 2cb87db6cc3f866c33f172ab04871502d126cda8 /etc/systemd/system/paccache.service.d/10-remove-all.conf | |
parent | eef4c07b4f64ca05faa764a13c6e25c6cdd70d4a (diff) |
pp phone storage small, I decided to remove all pacman cache instead
Diffstat (limited to 'etc/systemd/system/paccache.service.d/10-remove-all.conf')
-rw-r--r-- | etc/systemd/system/paccache.service.d/10-remove-all.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/systemd/system/paccache.service.d/10-remove-all.conf b/etc/systemd/system/paccache.service.d/10-remove-all.conf new file mode 100644 index 00000000..38d3c2d0 --- /dev/null +++ b/etc/systemd/system/paccache.service.d/10-remove-all.conf @@ -0,0 +1,9 @@ +[Service] +# keep original `ExecStart=/usr/bin/paccache -r` while adding to the list +# because I want the default behavior and also remove all uninstalled pacman package cache +# may need `sudo systemctl daemon-reload` afterward +# if I want to clear the list first, I should do a line of `ExecStart=` first +# more about drop-in dir see `man systemd.unit`, more about ExecStart see `man systemd.service` +# https://wiki.archlinux.org/title/Systemd#Drop-in_files +# https://wiki.archlinux.org/title/Systemd#Examples +ExecStart=/usr/bin/paccache -ruk0 |