core/apache/httpd.logrotate
2015-04-10 14:01:50 +00:00

7 lines
145 B
Plaintext

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