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