File Manager

Current Path : /etc/logrotate.d/
Upload File :
Current File : //etc/logrotate.d/lighttpd

/var/log/lighttpd/*.log {
        weekly
        missingok
        rotate 12
        compress
	delaycompress
        notifempty
        sharedscripts
        postrotate
             if [ -x /usr/sbin/invoke-rc.d ]; then \
                invoke-rc.d lighttpd reopen-logs > /dev/null 2>&1; \
             else \
                /etc/init.d/lighttpd reopen-logs > /dev/null 2>&1; \
             fi; \
        endscript
}

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com