xref: /freebsd/sbin/devd/autofs.conf (revision 9aaf4e3be61fc20a84347b7c2c524256a4b93a43)
1#
2# autofs(5) specific devd events
3
4# Discard autofs caches, useful for the -media special map.
5notify 100 {
6	match "system" "GEOM";
7	match "subsystem" "DEV";
8	action "/usr/sbin/automount -c";
9};
10