summaryrefslogtreecommitdiff
path: root/conf/nbd-server
blob: a106b7d38f800d3f38b2485737901e7ecf3f972a (plain)
1
2
3
4
5
6
7
8
9
10
11
[generic]
# If you want to run everything as root rather than the nbd user, you
# may either say "root" in the two following lines, or remove them
# altogether. Do not remove the [generic] section, however.
	user = nbd
	group = nbd
	includedir = /etc/nbd-server/conf.d
	allowlist = true

# What follows are export definitions. You may create as much of them as
# you want, but the section header has to be unique.