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
2022-10-18 10:43:00 +02:00

14 lines
419 B
Plaintext

/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
systemctl kill -s HUP rsyslog.service
endscript
}