mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-11-04 02:11:39 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			599 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			599 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/var/log/auth.log {
 | 
						|
  rotate 14
 | 
						|
  daily
 | 
						|
  missingok
 | 
						|
  notifempty
 | 
						|
  compress
 | 
						|
  postrotate
 | 
						|
    /etc/init.d/syslog-ng reload >/dev/null
 | 
						|
  endscript
 | 
						|
}
 | 
						|
 | 
						|
/var/log/mail.log /var/log/mail.info /var/log/mail.warn /var/log/mail.err {
 | 
						|
  rotate 8
 | 
						|
  weekly
 | 
						|
  missingok
 | 
						|
  notifempty
 | 
						|
  compress
 | 
						|
}
 | 
						|
 | 
						|
/var/log/kern.log {
 | 
						|
  rotate 2
 | 
						|
  monthly
 | 
						|
  missingok
 | 
						|
  notifempty
 | 
						|
  compress
 | 
						|
  postrotate
 | 
						|
    /etc/init.d/syslog-ng reload >/dev/null
 | 
						|
  endscript
 | 
						|
}
 | 
						|
 | 
						|
/var/log/messages /var/log/error.log {
 | 
						|
  rotate 14
 | 
						|
  weekly
 | 
						|
  missingok
 | 
						|
  notifempty
 | 
						|
  compress
 | 
						|
  postrotate
 | 
						|
    /etc/init.d/syslog-ng reload >/dev/null
 | 
						|
  endscript
 | 
						|
}
 |