This commit is contained in:
raphanaud
2021-10-20 08:28:32 +02:00
parent 87b4bf606d
commit a274e28e16
2 changed files with 28 additions and 2 deletions

25
syslog/rsyslog Normal file
View File

@@ -0,0 +1,25 @@
/var/log/syslog
/var/log/mail.info
/var/log/mail.warn
/var/log/mail.err
/var/log/mail.log
/var/log/daemon.log
/var/log/kern.log
/var/log/auth.log
/var/log/user.log
/var/log/lpr.log
/var/log/cron.log
/var/log/debug
/var/log/messages
{
rotate 4
weekly
missingok
notifempty
compress
delaycompress
sharedscripts
postrotate
/usr/lib/rsyslog/rsyslog-rotate
endscript
}