summaryrefslogtreecommitdiffstats
path: root/btimed.xinetd
blob: 72e82445ce1f21191cba5781ec504386d6d453fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# default: on
# description: btimed

service btimed
{
        type                    = UNLISTED
        disable                 = no
        port                    = 23456
        socket_type             = dgram
        wait                    = yes
        user                    = root
        server                  = /usr/sbin/btimed
        flags                   = IPV4
}