blob: 068f25236b5c3deabbbeba3d6ab84edca252bc07 (
plain)
1
2
3
4
5
6
7
8
9
|
/var/log/lighttpd/*log {
missingok
copytruncate
notifempty
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/lighttpd/lighttpd.pid 2>/dev/null` 2> /dev/null || true
endscript
}
|