source:
lab.git/TipAndDoc/xinetd.d/x11vnc
@
fa4578b
| Last change on this file since fa4578b was fa4578b, checked in by mitty <mitty@…>, 15 years ago | |
|---|---|
|
|
| File size: 266 bytes | |
| Line | |
|---|---|
| 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 | } |
Note: See TracBrowser
for help on using the repository browser.
