| Path : /proc/self/root/etc/logrotate.d/ |
| Current File : //proc/self/root/etc/logrotate.d/apache |
/opt/apache/logs/*log {
copytruncate
daily
rotate 30
notifempty
dateext
postrotate
/opt/apache/bin/apachectl graceful
endscript
}