check process xfs with pidfile /var/run/xfs.pid
	group desktop
	group xfs
	start program = "/sbin/service xfs start"
	stop  program = "/sbin/service xfs stop"
	if failed unixsocket /tmp/.font-unix/fs-1 then restart
	if 5 restarts with 5 cycles then timeout
	depend on xfs_bin
	depend on xfs_rc

check file xfs_bin with path /usr/X11R6/bin/xfs
	group xfs
	include /etc/monitrc.d/templates/rootbin
	
check file xfs_rc with path /etc/X11/fs/config
	group xfs
	include /etc/monitrc.d/templates/rootrc
