This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
etckeeper/logrotate.d/rsyslog
T
2021-10-27 14:28:05 +02:00

16 lines
465 B
Plaintext

# THIS FILE IS AUTOMATICALLY DISTRIBUTED BY PUPPET. ANY CHANGES WILL BE
# OVERWRITTEN.
/var/log/messages /var/log/debug /var/log/cron.log /var/log/lpr.log /var/log/user.log /var/log/auth.log /var/log/kern.log /var/log/daemon.log /var/log/mail.log /var/log/mail.err /var/log/mail.warn /var/log/mail.info {
compress
delaycompress
missingok
notifempty
rotate 4
sharedscripts
weekly
postrotate
invoke-rc.d rsyslog rotate > /dev/null
endscript
}