Import buildroot 2016.02.01
This commit is contained in:
14
firmware/buildroot/package/logrotate/logrotate.conf
Normal file
14
firmware/buildroot/package/logrotate/logrotate.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
compress
|
||||
|
||||
include /etc/logrotate.d
|
||||
|
||||
/var/log/messages /var/log/auth.log /var/log/user.log {
|
||||
rotate 7
|
||||
daily
|
||||
delaycompress
|
||||
missingok
|
||||
sharedscripts
|
||||
postrotate
|
||||
/usr/bin/killall -HUP syslogd
|
||||
endscript
|
||||
}
|
||||
Reference in New Issue
Block a user