aboutsummaryrefslogtreecommitdiffstats
path: root/main/rsyslog/rsyslog.logrotate
blob: e2842b88dc068e38a15004b2ec80c6d11f83fec9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/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
}