7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
# Discard autofs caches, useful for the -media special map.
|
|
notify 100 {
|
|
match "system" "GEOM";
|
|
match "subsystem" "DEV";
|
|
action "/usr/sbin/automount -c";
|
|
};
|