From ae471c224bbed865f3c1330e3769a1162e4aa8c6 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 20 May 2024 21:15:23 +0300 Subject: [PATCH] aminda-duperemove.service: fix path to the binary --- etc/systemd/system/aminda-duperemove.service | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/systemd/system/aminda-duperemove.service b/etc/systemd/system/aminda-duperemove.service index 218b4ae3..64931cc8 100644 --- a/etc/systemd/system/aminda-duperemove.service +++ b/etc/systemd/system/aminda-duperemove.service @@ -4,10 +4,10 @@ Description=Aminda's deduplication service [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 +ExecStart=-/usr/bin/duperemove -rdhq --hashfile=/root/home.hash /home +ExecStart=-/usr/bin/duperemove -rdhq --hashfile=/root/usr-local-bin.hash /usr/local/bin +ExecStart=-/usr/bin/duperemove -rdhq --hashfile=/root/flatpak.hash /var/lib/flatpak +ExecStart=-/usr/bin/duperemove -rdhq --hashfile=/root/snap.hash /var/lib/snapd User=root StandardOutput=journal StandardError=journal