/var/log/xinetd/*.log {
	notifempty
	missingok
	postrotate
		/sbin/service xinetd condrestart >/dev/null
	endscript
}
