HardenedBSD/sbin/devd/autofs.conf
2024-06-27 18:32:05 -06:00

10 lines
196 B
Plaintext

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