1#
2# This file is used to configure the automounter
3#
4
5# The number of seconds after which an automounted file system will
6# be unmounted if it hasn't been referred to within that period of
7# time.  The default is 10 minutes (600 seconds).
8# This is equivalent to the -t option in automount(8).
9AUTOMOUNT_TIMEOUT=3600
10
11# If TRUE, automount(8) will print more detailed
12# information about the actions it takes.
13# This is equivalent to the -v option to automount(8).
14#AUTOMOUNT_VERBOSE=FALSE
15
16# If TRUE, automountd(8) will log to syslogd(8) more
17# detailed information about the actions it takes.
18# This is equivalent to the -v option to automountd(8).
19#AUTOMOUNTD_VERBOSE=FALSE
20
21# If TRUE, automountd(8) will disable browsing of all maps.
22# This is equivalent to the -n option to automountd(8).
23#AUTOMOUNTD_NOBROWSE=FALSE
24
25# The trace level for logging information about requests received
26# by automountd(8) from autofs, processing done for those requests,
27# and replies sent to autofs.  The default level of 0 causes no
28# information to be logged; each higher value causes more information
29# to be logged.  This controls the same trace level that the -T option
30# to automountd(8) controls.
31#AUTOMOUNTD_TRACE=0
32
33# Mount options.
34# A string containing a comma-separated list of mount options
35# that will be applied, by default, to all mounts done by automountd(8).
36# The options for a particular mount can override these options.
37# This controls the same default mount options that the -o option to
38# automountd(8) controls.
39AUTOMOUNTD_MNTOPTS=nosuid,nodev
40
41# Force nosuid
42# If TRUE automountd will force all mounts to be "nosuid".
43# The default will be "nosuid" and any "suid" mount option
44# will be ignored.
45AUTOMOUNTD_NOSUID=TRUE
46
47# Environment variables.  The format is AUTOMOUNTD_ENV=ENV=value.
48# There should be one line per environment variable to be set and
49# there can be as many of these lines as are required.
50#AUTOMOUNTD_ENV=
51