summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/lighttpd/lighttpd.logrotate.d
blob: 15cacc962d01698ecdd778f9f15c1dcc13642537 (plain)
1
2
3
4
5
/var/log/lighttpd/*log {
   postrotate
      /bin/kill -HUP `cat /var/run/lighttpd/lighttpd.pid 2>/dev/null` 2> /dev/null || true
   endscript
}