]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - etc/devd/hyperv.conf
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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 };