PKGBUILDs/extra/apache/httpd.logrotate
2011-11-30 14:38:57 -05:00

7 lines
149 B
Plaintext

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