/var/log/chrony/*.log {
	missingok
	sharedscripts
	postrotate
		/usr/bin/chronyc cyclelogs |grep -v '^200 OK'; exit 0
	endscript
}