On Mon, 2003-12-29 at 15:10, David R. Fischer wrote: > here is the xinetd.d/vnc entry for rh9: > service vnc-svga > { > ~ disable = no > ~ socket_type = stream > ~ protocol = tcp > ~ wait = no > ~ user = nobody > ~ server = /usr/bin/Xvnc > ~ server_args = :1 -inetd -query localhost -geometry > 1024x768 -depth 24 -once Running a vnc server from inetd is not always feasible. For example, if the vnc client dies, inetd will kill the vnc server and the remote session will be ended. Reconnecting will start a new session. However, this is not always the desired behavior.