aboutsummaryrefslogtreecommitdiffstats
path: root/main/rsyslog/rsyslog.logrotate
blob: 8450db8e70c34c62fcf2d17fc8f603a93bc1737e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/var/log/messages
/var/log/auth.log
/var/log/cron.log
/var/log/kern.log
/var/log/mail.log
{
	notifempty
	compress
	sharedscripts
	postrotate
		/etc/init.d/rsyslog --ifstarted reload >/dev/null
	endscript
}