summarylogtreecommitdiffstats
path: root/nasd
blob: 18bf6aecb989cfbf48b172ac032e9fbc7d464737 (plain)
1
2
3
4
5
6
7
8
9
10
# Options to nasd
# See nasd(1) for more details
# -aa		allow any client to connect
# -local	allow local clients only
# -b		detach and run in background
# -v		enable verbose messages
# -d		<num>	enable debug messages at level <num>
# -pn		partial networking enabled
# -nopn		partial networking disabled [default]
NASD_OPTIONS="-local"