[f7b0bc]: / codesys-xinetd / Xvnc  Maximize  Restore  History

Download this file

17 lines (15 with data), 296 Bytes

service Xvnc
{
    type = UNLISTED
#    rlimit_files = 10
    disable = no
    socket_type = stream
    protocol = tcp
    wait = no
    user = wineuser
    env = HOME=/home/wineuser
    server = /xinetd-vnc
#    server = /sbin/runuser
#    server_args = root - -c /xinetd-vnc
    port = 8050
}