[16685e]: / codesys-xinetd / Xvnc  Maximize  Restore  History

Download this file

17 lines (15 with data), 296 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
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
}