# $FreeBSD: head/etc/devd/hyperv.conf 271696 2014-09-17 02:32:22Z delphij $ # # Hyper-V specific events notify 10 { match "system" "DEVFS"; match "subsystem" "CDEV"; match "type" "CREATE"; match "cdev" "/dev/hv_kvp_dev"; action "/usr/sbin/hv_kvp_daemon"; }; notify 10 { match "system" "DEVFS"; match "subsystem" "CDEV"; match "type" "DESTROY"; match "cdev" "/dev/hv_kvp_dev"; action "pkill -x hv_kvp_daemon"; };