10 lines
		
	
	
		
			185 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			185 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /var/log/krb5kdc.log {
 | |
|     missingok
 | |
|     notifempty
 | |
|     monthly
 | |
|     rotate 12
 | |
|     postrotate
 | |
| 	/bin/kill -HUP `cat /var/run/krb5kdc.pid 2>/dev/null` 2> /dev/null || true
 | |
|     endscript
 | |
| }
 |