aboutsummaryrefslogtreecommitdiffstats
path: root/main/cups/cups.logrotate
blob: a50b058a3c7151810909ad3389a18ec1f1d6c64a (plain)
1
2
3
4
5
6
7
8
/var/log/cups/*log {
	missingok
	notifempty
	delaycompress
	postrotate
		/etc/init.d/cupsd --quiet --ifstarted reload
	endscript
}