mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-03 19:07:24 +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
 |