mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-31 09:27:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			650 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			650 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Aminda's deduplication service
 | |
| 
 | |
| [Service]
 | |
| Type=oneshot
 | |
| TimeoutStartSec=infinity
 | |
| # Contained in `systemd-path search-binaries-default`
 | |
| # I have observed duperemove requesting blkid to be ran as root for
 | |
| # generating some cache, so sure.
 | |
| ExecStart=-blkid
 | |
| ExecStart=-duperemove -rdhq --hashfile=/root/home.hash /home
 | |
| ExecStart=-duperemove -rdhq --hashfile=/root/usr-local-bin.hash /usr/local/bin
 | |
| ExecStart=-duperemove -rdhq --hashfile=/root/flatpak.hash /var/lib/flatpak
 | |
| ExecStart=-duperemove -rdhq --hashfile=/root/snap.hash /var/lib/snapd
 | |
| User=root
 | |
| StandardOutput=journal
 | |
| StandardError=journal
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |