????

Your IP : 18.222.179.192


Current Path : /proc/self/root/etc/logrotate.d/
Upload File :
Current File : //proc/self/root/etc/logrotate.d/imunify360

/var/log/imunify360/captcha.log {
    # Keep 3 lotated files before removal
    rotate 3
    maxsize 50M
    hourly
    compress
    delaycompress

    nocreate
    missingok

    postrotate
        if systemctl status imunify360-captcha > /dev/null ; then \
            systemctl restart imunify360-captcha > /dev/null; \
        fi;
    endscript
}