summaryrefslogtreecommitdiff
path: root/testing/lighttpd/lighttpd.logrotate.d
blob: 76f98785cfffce462fd13e1a92692e952e48b217 (plain)
1
2
3
4
5
6
7
8
9
/var/log/lighttpd/*log {
	missingok
	copytruncate
	notifempty
	sharedscripts
	postrotate
		/usr/bin/killall -HUP lighttpd-angel &>/dev/null || true
	endscript
}