| Path : /proc/self/root/etc/logrotate.d/ |
| Current File : //proc/self/root/etc/logrotate.d/chrony |
/var/log/chrony/*.log {
missingok
nocreate
sharedscripts
postrotate
/usr/bin/chronyc cyclelogs > /dev/null 2>&1 || true
endscript
}