Files
cdesktop/cde/contrib/xinetd/ttdbserver
Jon Trulson 359126b739 contrib/xinetd: xinetd file for cmsd and ttsdbserver
mailling list post from: Ecmel Ercan <ecmel.ercan@gmail.com>
2012-09-23 19:32:17 -06:00

14 lines
258 B
Plaintext

service ttdbserver
{
disable = yes
type = RPC UNLISTED
rpc_number = 100083
rpc_version = 1
socket_type = stream
protocol = tcp
wait = yes
user = root
server = /usr/dt/bin/rpc.ttdbserver
only_from = 127.0.0.1/0
}