# This is the configuration for the tcp/stream daytime service.

service vnc
{
	enable		= yes
	id		= vnc
	wait		= no
	socket_type	= stream
	type		= UNLISTED

	user		= root
	group		= root
	server		= /usr/local/bin/x11vncwrap
	server_args	= -inetd -unixpw_nis rescue -users +rescue -xkb -remap DEAD -display WAIT:1024x768:0 -q -desktop axrescue-32bit -o /var/log/x11vnc.log
	port		= 5900

	nice		= 0
	umask		= 022
	groups		= no
	instances	= 1
	per_source	= 1
	flags		= NODELAY KEEPALIVE

	env		= UNIXPW_DISABLE_SSL=1
#	passenv		=
#	rlimit_as	=
#	rlimit_cpu	=
#	rlimit_data	=
#	rlimit_rss	=
#	rlimit_stack	=
}

