service vnc_start
{
	socket_type     = stream
	protocol        = tcp
	wait            = no
	user            = root
	server          = /usr/bin/vncviewer
	server_args     = -fullscreen -passwd /root/.vnc/passwd -viewonly -depth 24 XXXXX:2 
	port		= 33334
	type		= unlisted
	log_type	= FILE /var/log/vnc_all.log
	log_on_success += HOST USERID
	log_on_failure += HOST USERID
	only_from	= XXXXX
}
