check process xinetd with pidfile /var/run/xinetd.pid
	group system
	group xinetd
	mode passive
	start program = "/sbin/service xinetd start"
	stop  program = "/sbin/service xinetd stop"
	if 5 restarts with 5 cycles then timeout
	depend on xinetd_bin

check file xinetd_bin with path /usr/sbin/xinetd
	group xinetd
	include /etc/monitrc.d/templates/rootbin
