HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux HTML-DEV-SERVER 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User: www-data (33)
PHP: 8.1.2-1ubuntu2.23
Disabled: NONE
Upload Files
File: //etc/logrotate.d/imunify360-php-daemon
/var/log/imunify360/php-daemon_db.log {
    # Keep 3 lotated files before removal
    rotate 3
    maxsize 150M
    hourly
    compress
    delaycompress

    nocreate
    missingok

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