summaryrefslogtreecommitdiffstats
path: root/build/rpm/httpd.logrotate
blob: 1a03e85ec0d04b50a3840552e07970d7b0469907 (plain)
1
2
3
4
5
6
7
8
/var/log/httpd/*log {
    missingok
    notifempty
    sharedscripts
    postrotate
	/sbin/service httpd graceful 2> /dev/null || true
    endscript
}