Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame^] | 1 | -- |
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 | |||||
7 | listen = { "0.0.0.0:564" } | ||||
8 | nwthreads = 16 | ||||
9 | auth_required = 1 | ||||
10 | logdest = "syslog:daemon:err" | ||||
11 | |||||
12 | exports = { "/g/g0", "/g/g10" } | ||||
13 | |||||
14 | allsquash = 0 | ||||
15 | squashuser = "nobody" |