diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-04-09 01:21:12 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-04-09 01:21:12 -0700 |
commit | 3ad044bd524482662af6d3200f32e8afeab6b293 (patch) | |
tree | 1a35bf7467a55a675d31c3c4d37ac9241e83ea2e /etc/systemd/system/paccache.service.d/10-remove-all.conf | |
parent | c1353941ac428bf14e2a612a3a76d5c5d9cb43f0 (diff) |
new ca no need save storage, paccache can delete less
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 | 8 |
1 files changed, 0 insertions, 8 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 deleted file mode 100644 index a33a36a2..00000000 --- a/etc/systemd/system/paccache.service.d/10-remove-all.conf +++ /dev/null @@ -1,8 +0,0 @@ -[Service] -# may need `sudo systemctl daemon-reload` afterward -# need a line of `ExecStart=` to clear the list 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= -ExecStart=/usr/bin/paccache -rk0 |