12 lines
		
	
	
	
		
			158 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
	
		
			158 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
|   | [Unit] | ||
|  | Description=Run daily image cleanup | ||
|  | 
 | ||
|  | [Timer] | ||
|  | OnCalendar=daily | ||
|  | AccuracySec=1h | ||
|  | Persistent=true | ||
|  | RandomizedDelaySec=6000 | ||
|  | 
 | ||
|  | [Install] | ||
|  | WantedBy=timers.target |