~ltsp-upstream/ltsp/ltsp-trunk

499.2.9 by Warren Togami
Add xinetd versions of nbdrootd and nbdswapd
1
# default: off
2
# description: NBD root daemon
3
service nbdrootd
4
{
5
	disable		= yes
6
	type		= UNLISTED
7
	socket_type     = stream
8
	wait            = no
9
	user            = nobody
607 by Warren Togami
Fedora: xinetd.d/* must be %config(noreplace)
10
	server          = /usr/sbin/nbdrootd
513 by Warren Togami
xinetd.d: nbdrootd was the wrong port, add ldminfod
11
	port		= 2000
499.2.9 by Warren Togami
Add xinetd versions of nbdrootd and nbdswapd
12
}