Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sbin/devd/autofs.conf
39475 views
1
#
2
# autofs(4) specific devd events
3
4
# Discard autofs caches, useful for the -media special map.
5
notify 100 {
6
match "system" "GEOM";
7
match "subsystem" "DEV";
8
action "/usr/sbin/automount -c";
9
};
10
11