From 1af8de81865904a9971d32b7894a27b16da7e1bb Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 20 May 2024 21:11:32 +0300 Subject: [PATCH] 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. --- etc/systemd/system/aminda-duperemove.service | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/systemd/system/aminda-duperemove.service b/etc/systemd/system/aminda-duperemove.service index fa450b38..218b4ae3 100644 --- a/etc/systemd/system/aminda-duperemove.service +++ b/etc/systemd/system/aminda-duperemove.service @@ -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