mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-30 00:37:26 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			124 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			124 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
| [Unit]
 | |
| Description=Run ydns6 every 5 minutes
 | |
| 
 | |
| [Timer]
 | |
| OnBootSec=1min
 | |
| OnUnitActiveSec=5min
 | |
| 
 | |
| [Install]
 | |
| WantedBy=timers.target
 |