blob: 2671687ecd8328e3d2826d83324111b4217e87d1 (
plain)
1
2
3
4
5
6
7
8
9
|
#
# 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";
};
|