diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-04 15:16:05 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-04 15:16:05 +0800 |
commit | 8ce2d46747834f1b06f2c250f0d0fa055799a767 (patch) | |
tree | db63091d1597c0981d8324ae6758653bc1428461 /etc/systemd/system/paccache.service.d/10-remove-all.conf | |
parent | 673c18cbf2c80de0aa5aa03b24cd026cf742412b (diff) |
init xyzru VPS
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, 8 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..6aa29dc2 --- /dev/null +++ b/etc/systemd/system/paccache.service.d/10-remove-all.conf @@ -0,0 +1,8 @@ +[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 |