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