It took Microsoft long enough, but the company has finally open-sourced its Windows Subsystem for Linux (WSL) code. The announcement was made at the Build 2025 developer conference, closing a nearly ...
Supporting systemd required changes to the WSL architecture. As systemd requires PID 1, the WSL init process started within the Linux distribution becomes a child process of the systemd. Because the ...