blob: 345e93eab9543638cf13d21adac8f4a3f6469a43 (
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 = /usr/sbin/btimed
}
|