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

service qarshd
{
        type                    = UNLISTED
        disable                 = no
        port                    = 23456
        socket_type             = dgram
        wait                    = yes
        user                    = root
        server                  = /home/msp/djansa/src/svn/djansa-qarsh/src/btime/btimed
}