xref: /freebsd/sbin/devd/autofs.conf (revision 7c31cdfa408a4ebce7a3e10d29056a15c28bc092)
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