PKGBUILDs/extra/lighttpd/lighttpd.logrotate.d
2009-10-09 21:23:22 -05:00

5 lines
145 B
Makefile

/var/log/lighttpd/*log {
postrotate
/bin/kill -HUP `cat /var/run/lighttpd/lighttpd.pid 2>/dev/null` 2> /dev/null || true
endscript
}