meta-virtualization/recipes-extended/diod/files/diod.conf
Yi Zhao e30aaeec26 diod: add new recipe
diod is a multi-threaded, user space file server that speaks 9P2000.L
protocol.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-06-27 13:24:12 -04:00

16 lines
374 B
Plaintext

--
-- /etc/diod.conf - config file for diod distributed I/O daemon
--
-- NOTE: This config file is a lua script that diod runs, then extracts
-- the value of certain globally defined variables. See diod.conf(5).
listen = { "0.0.0.0:564" }
nwthreads = 16
auth_required = 1
logdest = "syslog:daemon:err"
exports = { "/g/g0", "/g/g10" }
allsquash = 0
squashuser = "nobody"