service x11vnc
{
	port		= 5900
	type		= UNLISTED
	socket_type	= stream
	protocol	= tcp
	wait		= no
	only_from	= 127.0.0.1
	user		= root
	server		= /usr/bin/x11vnc
	server_args	= -display :0 -auth guess -nopw -localhost -inetd -o /var/log/x11vnc.log
	disable		= no
}
