blob: ab8d1ffa3fa7f8004fb251b03f29b6fec20de9cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# default: on
# description: btimed
service btimed
{
type = UNLISTED
disable = no
port = 23456
socket_type = dgram
wait = yes
user = root
server = /usr/sbin/btimed
}
|