httpd.logrotate 151 Bytes
Newer Older
powelld's avatar
powelld committed
/var/log/httpd/*log {
    missingok
    notifempty
    sharedscripts
    postrotate
	/sbin/service httpd graceful 2> /dev/null || true
    endscript
}