PKGBUILDs/extra/apache/httpd.logrotate
2009-10-09 21:23:22 -05:00

6 lines
136 B
Plaintext

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