mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-31 01:17:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			148 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			148 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
| [Unit]
 | |
| Description=Run matterbridge cleanup every minute
 | |
| 
 | |
| [Timer]
 | |
| OnCalendar=minutely
 | |
| OnBootSec=0
 | |
| Persistent=true
 | |
| 
 | |
| [Install]
 | |
| WantedBy=timers.target
 |