summaryrefslogtreecommitdiff
path: root/pcr/c-icap/c-icap.logrotate
blob: e84f475c7784c4710c7844a116b75d7a2c77bdf2 (plain)
1
2
3
4
5
6
7
8
9
/var/log/c-icap/*.log {
	create 600 proxy proxy
	sharedscripts
	missingok
	notifempty
	postrotate
			/bin/kill -HUP `cat /run/c-icap/c-icap.pid 2>/dev/null` 2> /dev/null || true
	endscript
}