summaryrefslogtreecommitdiffstats
path: root/abs/extra/xinetd/servers
blob: f064c8d7a79684e916b14c46a3c0c29d54b9fe90 (plain)
1
2
3
4
5
6
7
8
9
10
service servers
{
        type            = INTERNAL UNLISTED
        port            = 9099
        socket_type     = stream
        protocol        = tcp
        wait            = no
        disable         = yes
        only_from       = 127.0.0.1
}