httpd/httpd.logrotate

9 lines
175 B
Plaintext
Raw Normal View History

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