echo -e "[boot]\nsystemd=true" | sudo tee -a /etc/wsl.conf
wsl --shutdown
检查
ps --no-headers -o comm 1
如果命令返回的是init说明systemd未启用,如果是systemd那么你的systemd已启用成功了。
init
systemd