mirror of
https://github.com/microsoft/WSL.git
synced 2026-05-02 05:24:34 -05:00
* Mask NetworkManager-wait-online.service during boot Fixes #13772. Similar to PR #13611, this masks NetworkManager-wait-online.service to prevent 60-second timeouts during boot since WSL interfaces are unmanaged by NetworkManager. Also added the service to the discouraged units list in validate-modern.py and added a unit test. * Addressed Copilot feedback * Fix