From a73cee0a0ade70f3d60ad15bdda8f04487fc13ac Mon Sep 17 00:00:00 2001
From: Xiao Pan <gky44px1999@gmail.com>
Date: Mon, 29 May 2023 15:36:02 -0700
Subject: paccache.service systemd drop-in file, also remove all uninstalled
 packages cache

---
 .../system/paccache.service.d/20-remove-all-uninstalled.conf     | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 etc/systemd/system/paccache.service.d/20-remove-all-uninstalled.conf

(limited to 'etc/systemd/system')

diff --git a/etc/systemd/system/paccache.service.d/20-remove-all-uninstalled.conf b/etc/systemd/system/paccache.service.d/20-remove-all-uninstalled.conf
new file mode 100644
index 00000000..38d3c2d0
--- /dev/null
+++ b/etc/systemd/system/paccache.service.d/20-remove-all-uninstalled.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
-- 
cgit v1.2.3-70-g09d2