16 lines
492 B
Plaintext
16 lines
492 B
Plaintext
|
## Path: System/File systems/Autofs
|
||
|
## Description: Options that will be used when the daemon is started.
|
||
|
## Type: string
|
||
|
## Default: ""
|
||
|
## ServiceReload: autofs
|
||
|
#
|
||
|
OPTIONS=""
|
||
|
|
||
|
## Description: Use AutoFS miscellaneous device (/dev/autofs).
|
||
|
## Type: string
|
||
|
## Default: "yes"
|
||
|
#
|
||
|
# Determine whether the AutoFS misc device (/dev/autofs) will be used
|
||
|
# for routing ioctl commands. Requires kernel support (2.6.28 and newer).
|
||
|
USE_MISC_DEVICE="yes"
|