Logoj0ke.net Open Build Service > Projects > home:jg:http-itk > httpd-itk > httpd.logrotate
Sign Up | Log In

File httpd.logrotate of Package httpd-itk

 
1
/var/log/httpd/*log {
2
    missingok
3
    notifempty
4
    sharedscripts
5
    delaycompress
6
    postrotate
7
        /sbin/service httpd reload > /dev/null 2>/dev/null || true
8
    endscript
9
}
10