mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-31 01:17:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			312 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			312 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
| [Unit]
 | |
| Description=Install homebrew updates 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
 |