mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
6 lines
145 B
D
6 lines
145 B
D
|
/var/log/lighttpd/*log {
|
||
|
postrotate
|
||
|
/bin/kill -HUP `cat /var/run/lighttpd/lighttpd.pid 2>/dev/null` 2> /dev/null || true
|
||
|
endscript
|
||
|
}
|