PKGBUILDs/extra/apache/httpd.logrotate

7 lines
149 B
Plaintext
Raw Normal View History

2011-11-30 19:38:57 +00:00
/var/log/httpd/*log {
missingok
postrotate
/bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true
endscript
}