Your IP : 3.144.100.31


Current Path : /proc/5330/root/etc/logrotate.d/
Upload File :
Current File : //proc/5330/root/etc/logrotate.d/chrony

/var/log/chrony/*.log {
    missingok
    nocreate
    sharedscripts
    postrotate
        /usr/bin/chronyc cyclelogs > /dev/null 2>&1 || true
    endscript
}