# default: off
# To use this remote vnc method: 
# 1.	Allow local accesss to Xserver/XDMCP, add to /etc/X11/xdm/Xaccess:
#	localhost	
# 2.	Add a 'vnc' service to /etc/services, I suggest adding:
#	vnc	5950
#	Then, this server is accessible at vncviewer <server>:50

service vnc
{
	disable	= no
	socket_type	= stream        
	wait		= no
	user		= nobody 
	server		= /usr/bin/Xvnc 
	server_args	= -inetd -once -query localhost -fp unix/:7100 -depth 16 -geometry 1024x768
	log_on_failure	+= USERID
}
