mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
systemd/aminda-duperemove.service: add /usr/local/bin
It's mostly filled with my scripts repo and has duplicates since the symlinks turn into duplicate files instead of staying as symlinks. Not that I expect it to affect much.
This commit is contained in:
parent
0d02542f4c
commit
1af8de8186
@ -5,6 +5,7 @@ Description=Aminda's deduplication service
|
||||
Type=oneshot
|
||||
TimeoutStartSec=infinity
|
||||
ExecStart=-/usr/sbin/duperemove -rdhq --hashfile=/root/home.hash /home
|
||||
ExecStart=-/usr/sbin/duperemove -rdhq --hashfile=/root/usr-local-bin.hash /usr/local/bin
|
||||
ExecStart=-/usr/sbin/duperemove -rdhq --hashfile=/root/flatpak.hash /var/lib/flatpak
|
||||
ExecStart=-/usr/sbin/duperemove -rdhq --hashfile=/root/snap.hash /var/lib/snapd
|
||||
User=root
|
||||
|
Loading…
Reference in New Issue
Block a user