mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-31 01:17:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			219 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			219 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
| [Unit]
 | |
| Description=Execute Matterbridge restarter daily between 05-06 Finnish time
 | |
| 
 | |
| [Timer]
 | |
| OnCalendar=*-*-* 05:00:00 Europe/Helsinki
 | |
| #OnBootSec=0
 | |
| RandomizedDelaySec=1h
 | |
| Persistent=true
 | |
| 
 | |
| [Install]
 | |
| WantedBy=timers.target
 |