machine_setup/ansible/roles/autofs/files/autofs_devd.conf

7 lines
181 B
Plaintext

# Discard autofs caches, useful for the -media special map.
notify 100 {
match "system" "GEOM";
match "subsystem" "DEV";
action "/usr/sbin/automount -c";
};