13 lines
		
	
	
	
		
			251 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			251 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
[Unit]
 | 
						|
Description=VPN Gateway Auto-Update Timer
 | 
						|
Documentation=https://github.com/yourusername/vpn-gateway
 | 
						|
 | 
						|
[Timer]
 | 
						|
# Run daily at 3 AM
 | 
						|
OnCalendar=daily
 | 
						|
OnCalendar=*-*-* 03:00:00
 | 
						|
RandomizedDelaySec=1h
 | 
						|
Persistent=true
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=timers.target
 |