# This is a comment
[generic]
	# The [generic] section is required, even if nothing is specified
	# there.
	# When either of these options are specified, nbd-server drops
	# privileges to the given user and group after opening ports, but
	# _before_ opening files.
	#user = root
	#group = root
	# Since version 2.9.17, nbd-server will do exports on a name
	# basis (the used name is the name of the section in which the
	# export is specified). This however required an incompatible
	# protocol change. To enable backwards-compatible port-based
	# exports, uncomment the following line:
	#oldstyle = true
	includedir = /etc/nbd-server/conf.d/

