* xinetd conf for x11vnc
[lab.git] / TipAndDoc / xinetd.d / x11vnc
1 service x11vnc
2 {
3         port            = 5900
4         type            = UNLISTED
5         socket_type     = stream
6         protocol        = tcp
7         wait            = no
8         only_from       = 127.0.0.1
9         user            = root
10         server          = /usr/bin/x11vnc
11         server_args     = -display :0 -auth guess -nopw -localhost -inetd -o /var/log/x11vnc.log
12         disable         = no
13 }