# default: off
# description: NBD root daemon
service nbdrootd
{
	disable		= yes
	type		= UNLISTED
	flags		= KEEPALIVE
	socket_type     = stream
	wait            = no
	user            = nobody
	server          = /usr/sbin/nbdrootd
	server_args	= /opt/ltsp/images/i386.img
	port		= 2000
}
