- 在wsl2 linux 发行版的实例里新建 /etc/wsl.conf
vim /etc/wsl.conf
- 写下:
[boot]
systemd=true
- 重启 wsl (直接在windows powershell 里执行 wsl --shutdown,然后从windows中启动wsl)
# 关闭虚拟机
wsl --shutdown
# 启动默认虚拟机
wsl
- 现在可以使用 systemctl 了。
vim /etc/wsl.conf
[boot]
systemd=true
# 关闭虚拟机
wsl --shutdown
# 启动默认虚拟机
wsl