mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-04 03:17:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			341 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			341 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
[Unit]
 | 
						|
Description=install flatpak updates and uninstall unused flatpaks regularly
 | 
						|
 | 
						|
[Timer]
 | 
						|
#OnCalendar=*-*-* 19:00:00
 | 
						|
# Executed every 4 hours
 | 
						|
OnUnitActiveSec=4h
 | 
						|
# Executed 5 minutes from boot
 | 
						|
OnBootSec=300
 | 
						|
# Delay execution by something between 0 seconds and 3 hours
 | 
						|
RandomizedDelaySec=3h
 | 
						|
Persistent=true
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=timers.target
 |