10 lines
		
	
	
		
			157 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			157 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/var/log/kadmind.log {
 | 
						|
    missingok
 | 
						|
    notifempty
 | 
						|
    monthly
 | 
						|
    rotate 12
 | 
						|
    postrotate
 | 
						|
        systemctl reload kadmin.service || true
 | 
						|
    endscript
 | 
						|
}
 |