PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /etc/logrotate.d/
Server: Linux red.truehostdns.com 4.18.0-553.150.1.el8_10.x86_64 #1 SMP Fri Jul 31 15:23:31 EDT 2026 x86_64
IP: 51.161.15.103
Choose File :

Url:
Dir : //etc/logrotate.d/imunify360-pam

/var/log/imunify360/pam.log {
    daily
    # Unique unix-timestamp suffix so size-triggered same-day rotations don't
    # collide on hosts where /etc/logrotate.conf has dateext enabled.
    # %s is used (not %H%M%S) because logrotate on CentOS 7 doesn't support it.
    dateformat -%Y%m%d-%s
    maxsize 10M
    rotate 7
    compress
    delaycompress

    missingok
    notifempty
    copytruncate

    postrotate
    systemctl restart imunify360-pam > /dev/null
    endscript
}