mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 09:29:22 +01:00
16 lines
428 B
SYSTEMD
16 lines
428 B
SYSTEMD
|
[Unit]
|
||
|
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/flatpak.hash /var/lib/flatpak
|
||
|
ExecStart=-/usr/sbin/duperemove -rdhq --hashfile=/root/snap.hash /var/lib/snapd
|
||
|
User=root
|
||
|
StandardOutput=journal
|
||
|
StandardError=journal
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|