Add an autofs role for mounting removable media automatically on FreeBSD.
This commit is contained in:
6
ansible/roles/autofs/files/autofs_devd.conf
Normal file
6
ansible/roles/autofs/files/autofs_devd.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
# Discard autofs caches, useful for the -media special map.
|
||||
notify 100 {
|
||||
match "system" "GEOM";
|
||||
match "subsystem" "DEV";
|
||||
action "/usr/sbin/automount -c";
|
||||
};
|
||||
Reference in New Issue
Block a user