
config share
	option clients '*'
	option options 'rw,sync,root_squash,all_squash,insecure,no_subtree_check'
	option enabled '0'
	option path '/mnt'

config mount
	option enabled '1'
	option options 'rw,nolock'
	option delay '5'
	option target '/data/share/*'
	option source '192.168.36.123:/data/share/*'

