2beaa6421e
Change-Id: I84526351f9aa4882d498601ebe9681e622909516
10 lines
185 B
Plaintext
10 lines
185 B
Plaintext
/var/log/httpd/*log {
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
delaycompress
|
|
postrotate
|
|
/sbin/service httpd reload > /dev/null 2>/dev/null || true
|
|
endscript
|
|
}
|