mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-04 03:17:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			324 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			324 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Matterbridge mediarepo cleanup for things older than a week
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=oneshot
 | 
						|
# Contained in `systemd-path search-binaries-default`
 | 
						|
ExecStart=-find /var/www/html/matterbridge -type f -cmin +10080 -delete
 | 
						|
User=matterbridge
 | 
						|
StandardOutput=null
 | 
						|
StandardError=null
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |