11 lines
277 B
Plaintext
11 lines
277 B
Plaintext
# /etc/conf.d/nbd-client
|
|
|
|
# Options to pass to the above command
|
|
# This default setting should work fine.
|
|
NBDCLIENT_OPTS=""
|
|
|
|
# If you use hostnames above, then you should depend on dns
|
|
# being up & running before we try to run. Otherwise, you
|
|
# can disable this.
|
|
rc_use="dns"
|