This file is indexed.

/etc/logrotate.d/chrony is in chrony 1.30-2+deb8u2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
/var/log/chrony/*.log {
	weekly
	rotate 7
	missingok
	notifempty
	compress
	delaycompress
	sharedscripts
	create 644
	postrotate
		/usr/bin/chronyc -a cyclelogs > /dev/null 2>&1 || true
	endscript
}