Changeset View
Changeset View
Standalone View
Standalone View
etc/devd/hyperv.conf
Show All 11 Lines | |||||
notify 10 { | notify 10 { | ||||
match "system" "DEVFS"; | match "system" "DEVFS"; | ||||
match "subsystem" "CDEV"; | match "subsystem" "CDEV"; | ||||
match "type" "DESTROY"; | match "type" "DESTROY"; | ||||
match "cdev" "hv_kvp_dev"; | match "cdev" "hv_kvp_dev"; | ||||
action "pkill -x hv_kvp_daemon"; | action "pkill -x hv_kvp_daemon"; | ||||
}; | }; | ||||
notify 11 { | |||||
match "system" "DEVFS"; | |||||
match "subsystem" "CDEV"; | |||||
match "type" "CREATE"; | |||||
match "cdev" "hv_fsvss_dev"; | |||||
action "/usr/sbin/hv_vss_daemon"; | |||||
}; | |||||
notify 11 { | |||||
match "system" "DEVFS"; | |||||
match "subsystem" "CDEV"; | |||||
match "type" "DESTROY"; | |||||
match "cdev" "hv_fsvss_dev"; | |||||
action "pkill -x hv_vss_daemon"; | |||||
}; |