blob: e97743a0c161f86360d608d28ab7a3e9feec3e27 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001--
2-- /etc/diod.conf - config file for diod distributed I/O daemon
3--
4-- NOTE: This config file is a lua script that diod runs, then extracts
5-- the value of certain globally defined variables. See diod.conf(5).
6
7listen = { "0.0.0.0:564" }
8nwthreads = 16
9auth_required = 1
10logdest = "syslog:daemon:err"
11
12exports = { "/g/g0", "/g/g10" }
13
14allsquash = 0
15squashuser = "nobody"