blob: b883932cba1dac6f2af8f42d35058795066bc9ec (
plain)
1
2
3
4
5
6
7
8
|
# /etc/exports
#
# See exports(5) for a description.
# use exportfs -arv to reread
/myth REPLACEME(rw,all_squash,anonuid=1000,anongid=1000)
/data/var/cache REPLACEME(rw,all_squash,anonuid=1000,anongid=1000)
|