aboutsummaryrefslogtreecommitdiffstats
path: root/main/syslog-ng/syslog-ng.logrotate
blob: 4b9ad18f359502d401f5f25d0f887b4097ff5cf2 (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/syslog-ng --ifstarted reload >/dev/null
	endscript
}