2024-05-01 09:22:57 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Aminda's deduplication service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
TimeoutStartSec=infinity
|
2024-05-20 20:15:23 +02:00
|
|
|
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
|
2024-05-01 09:22:57 +02:00
|
|
|
User=root
|
|
|
|
StandardOutput=journal
|
|
|
|
StandardError=journal
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|