WSL Ubuntu 22.04 systemctl 命令报错
参考文献:Advanced settings configuration in WSL | Microsoft Learn 在 WSL Ubuntu 22.04 下,systemctl 命令报错以下内容: System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down 解决方案 安装 wsl-setup sudo apt install wsl-setup 配置…