archrelease: copy trunk to community-any
[ArchLinux/community.git] / nbd / trunk / config
blobd0c6edab64edb2d1a0edb2f19b5a582d884d2cd8
1 [generic]
2         # The [generic] section is required, even if nothing is specified
3         # there.
4         # When either of these options are specified, nbd-server drops
5         # privileges to the given user and group after opening ports, but
6         # _before_ opening files.
7         user = nbd
8         group = nbd
9 [export1]
10         exportname = /export/nbd/export1-file
11         authfile = /export/nbd/export1-authfile
12         timeout = 30
13         filesize = 10000000
14         readonly = false
15         multifile = false
16         copyonwrite = false
17         prerun = dd if=/dev/zero of=%s bs=1k count=500
18         postrun = rm -f %s
19 [otherexport]
20         exportname = /export/nbd/experiment
21         # The other options are all optional.