#file to expire ntpsec log file

/var/log/ntpd.log {
	notifempty
	missingok
	postrotate
	/bin/kill -HUP `cat /var/run/ntpd.pid 2> /dev/null` 2> /dev/null || true
	endscript
	}

