diff options
| author | Sepherosa Ziehau <sephe@FreeBSD.org> | 2016-11-15 02:36:12 +0000 |
|---|---|---|
| committer | Sepherosa Ziehau <sephe@FreeBSD.org> | 2016-11-15 02:36:12 +0000 |
| commit | 168fce73b59d6023cab45d063a452551a1f2103e (patch) | |
| tree | 91c618511d1add8ec8d6330790266410dba10b04 /etc/devd | |
| parent | f8a67728f3b657f7f45a402e6841bee1736862eb (diff) | |
Notes
Diffstat (limited to 'etc/devd')
| -rw-r--r-- | etc/devd/hyperv.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/devd/hyperv.conf b/etc/devd/hyperv.conf index bed7383d0816..0abf284a9ce0 100644 --- a/etc/devd/hyperv.conf +++ b/etc/devd/hyperv.conf @@ -17,3 +17,19 @@ notify 10 { match "cdev" "hv_kvp_dev"; 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"; +}; |
