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