autofs.conf 1.9 KB

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