xref: /freebsd/sbin/devd/autofs.conf (revision 6549718b70f0e660a15685369afb4f9caf2215ce)
1#
2# autofs(4) 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