]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - etc/devd/hyperv.conf
Revert r272149, which introduces obscure vestiges from the
[FreeBSD/stable/10.git] / etc / devd / hyperv.conf
1 # $FreeBSD$
2 #
3 # Hyper-V specific events
4
5 notify 10 {
6         match "system"          "DEVFS";
7         match "subsystem"       "CDEV";
8         match "type"            "CREATE";
9         match "cdev"            "hv_kvp_dev";
10         action "/usr/sbin/hv_kvp_daemon";
11 };
12
13 notify 10 {
14         match "system"          "DEVFS";
15         match "subsystem"       "CDEV";
16         match "type"            "DESTROY";
17         match "cdev"            "hv_kvp_dev";
18         action "pkill -x hv_kvp_daemon";
19 };