mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			157 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			157 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=delete old backups
 | 
						|
OnFailure=systemd-email@%n.service
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=oneshot
 | 
						|
ExecStart=/usr/bin/python /usr/local/bin/backups-cleanup.py
 |