summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/lighttpd/lighttpd.logrotate.d
blob: f31cb79f6aaff6a39e2ce1a41014b9223eaead5a (plain)
1
2
3
4
5
6
7
8
/var/log/lighttpd/*log {
  create 644 nobody nobody
  compress
  postrotate
    /bin/kill -HUP `cat /var/run/lighttpd.pid 2>/dev/null` 2> /dev/null || true
  endscript
}