autofs.conf 449 B

123456789101112131415161718192021222324
  1. #!/bin/bash
  2. #
  3. # Autofs configuration file
  4. #
  5. # Filename: /etc/sysconfig/autofs.conf
  6. #
  7. # Author: Bryan Mason
  8. #
  9. # Edit History:
  10. #
  11. # Date Author Action
  12. # ----------------------------------------------------------------------
  13. # 19 Jan 2004 B. Mason Created
  14. # 18 Oct 2004 L. Lawrence Assume /usr is not mounted, add timeout
  15. automount=/sbin/automount
  16. localoptions=''
  17. daemonoptions='--timeout 60'
  18. piddir=/var/run
  19. pidroot=autofs
  20. # END