mirror of https://github.com/microsoft/WSL
Add hypervkvpd.service to the list of discouraged systemd units (#13568)
This commit is contained in:
parent
9f77522f64
commit
babf0c24f1
|
|
@ -33,7 +33,8 @@ DISCOURAGED_SYSTEM_UNITS = ['systemd-resolved.service',
|
|||
'systemd-tmpfiles-setup-dev.service',
|
||||
'tmp.mount',
|
||||
'NetworkManager.service',
|
||||
'networking.service']
|
||||
'networking.service',
|
||||
'hypervkvpd.service']
|
||||
|
||||
WSL1_UNSUPPORTED_XATTRS = ['security.selinux', 'security.ima', 'security.evm']
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue