PKGBUILDs/extra/apache/httpd.logrotate

6 lines
136 B
Plaintext
Raw Normal View History

2009-10-10 02:23:22 +00:00
/var/log/httpd/*log {
postrotate
/bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true
endscript
}