function vnc {
	service="vnc"
	use="tcp"
	port=${port:-5900}
	do_service $@
}
