hilfe mein git ist komisch
This commit is contained in:
18
etc/logrotate.d/rsyslog
Normal file
18
etc/logrotate.d/rsyslog
Normal file
@@ -0,0 +1,18 @@
|
||||
/var/log/syslog
|
||||
/var/log/mail.log
|
||||
/var/log/kern.log
|
||||
/var/log/auth.log
|
||||
/var/log/user.log
|
||||
/var/log/cron.log
|
||||
{
|
||||
rotate 4
|
||||
weekly
|
||||
missingok
|
||||
notifempty
|
||||
compress
|
||||
delaycompress
|
||||
sharedscripts
|
||||
postrotate
|
||||
/usr/lib/rsyslog/rsyslog-rotate
|
||||
endscript
|
||||
}
|
||||
Reference in New Issue
Block a user