source: lab.git/TipAndDoc/xinetd.d/x11vnc

Last change on this file was fa4578b, checked in by mitty <mitty@…>, 13 years ago
  • xinetd conf for x11vnc
  • allow connect only from localhost with no password

git-svn-id: https://lab.mitty.jp/svn/lab/trunk@114 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

  • Property mode set to 100644
File size: 266 bytes
Line 
1service 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}
Note: See TracBrowser for help on using the repository browser.