chrony 160 B

123456789
  1. /var/log/chrony/*.log {
  2. missingok
  3. nocreate
  4. sharedscripts
  5. postrotate
  6. /usr/bin/chronyc cyclelogs > /dev/null 2>&1 || true
  7. endscript
  8. }