1234567891011121314151617181920212223242526272829 |
- ##
- ## amd.conf -- Automount Daemon Global Configuration
- ##
- [ global ]
- auto_dir = /.am
- pid_file = @l_prefix@/var/amd/amd.pid
- log_file = @l_prefix@/var/amd/amd.log
- search_path = @l_prefix@/etc/amd/:/etc/amdmaps
- normalize_hostnames = yes
- print_pid = no
- restart_mounts = no
- unmount_on_exit = no
- cache_duration = 300
- print_version = yes
- nfs_retry_interval = 8
- nfs_retransmit_counter = 11
- dismount_interval = 120
- log_options = fatal,error,user,warn,info,map,stats,all
- plock = no
- map_options = cache:=all
- selectors_on_default = yes
- show_statfs_entries = yes
- fully_qualified_hosts = no
- #[ /v ]
- #map_name = amd.map.v
|