mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-11-01 00:42:03 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			254 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			254 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /var/log/rabbitmq/*.log {
 | |
|         weekly
 | |
|         missingok
 | |
|         rotate 20
 | |
|         compress
 | |
|         delaycompress
 | |
|         notifempty
 | |
|         sharedscripts
 | |
|         postrotate
 | |
|             /usr/sbin/rabbitmqctl rotate_logs > /dev/null
 | |
|         endscript
 | |
| }
 |