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