summaryrefslogtreecommitdiff
path: root/staging/lighttpd/lighttpd.logrotate.d
blob: 5be47b8639add2a529e583aee0c3b24cfa01f78a (plain)
1
2
3
4
5
6
7
8
9
/var/log/lighttpd/*log {
	missingok
	copytruncate
	notifempty
	sharedscripts
	postrotate
	/etc/rc.d/lighttpd reload >/dev/null || true
	endscript
}