aboutsummaryrefslogtreecommitdiffstats
path: root/community/h2o/h2o.logrotate
blob: 5139fa4a03e346d24c3908ea280672a9922f326f (plain)
1
2
3
4
5
6
7
8
/var/log/h2o/*.log {
	missingok
	sharedscripts
	delaycompress
	postrotate
		/etc/init.d/h2o reload > /dev/null
	endscript
}