mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 12:57:14 +08:00
11 lines
335 B
Plaintext
11 lines
335 B
Plaintext
# 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"
|