x6100-armbian/userpatches/overlay/etc/xinetd.d/Xvnc

13 wiersze
359 B
Plaintext

service xvnc_1
{
type = UNLISTED
disable = no
protocol = tcp
socket_type = stream
# bind = 127.0.0.1
port = 5900
wait = yes
user = root
server = /usr/bin/Xvnc
server_args = :1 -inetd -query localhost -geometry 1600x900 -depth 16 -once -fp /usr/share/fonts/X11/misc -DisconnectClients=0 -NeverShared -SecurityTypes None
}