/var/log/chrony/*.log {
	su ntp ntp
	missingok
	nocreate
	sharedscripts
	postrotate
		/sbin/service chronyd cyclelogs > /dev/null
	endscript
}
