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

Dir : /etc/sysconfig/kcare/
Server: Linux host100322.itwesthosting.com 3.10.0-1160.144.1.el7.tuxcare.els4.x86_64 #1 SMP Tue Apr 7 08:40:40 UTC 2026 x86_64
IP: 144.91.64.173
Choose File :

Url:
Dir : //etc/sysconfig/kcare/libcare.logrotate

/var/log/libcare/server.log {
    daily
    rotate 5
    maxage 5
    maxsize 10M
    missingok
    notifempty
    compress
    nocreate
    sharedscripts
    lastaction
        # Reopen server.log after rotating
        [ ! -S /var/run/libcare.sock ] || \
            /usr/libexec/kcare/libcare-client reconf
        # Remove really old logs (30+ days old)
        find /var/log/libcare/ -name "*.gz" -mtime +30 -delete
    endscript
}

/var/log/libcare/[0-9]*.log {
    daily
    rotate 5
    maxage 5
    maxsize 1M
    missingok
    notifempty
    compress
    nocreate
    sharedscripts
    lastaction
        # Remove really old logs (30+ days old)
        find /var/log/libcare/ -name "*.gz" -mtime +30 -delete
    endscript
}