2

WSL开启原生systemd

 1 year ago
source link: https://zhangyiming748.github.io/post/wsl_enable_systemd/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

WSL开启原生systemd

2022-10-23 WSL

wsl2版本不低于0.67

查看版本:

wsl --version

如果已经安装的版本太低,可以升级一下:

wsl --update

进入子系统

wsl -d <子系统名称>

进入子系统之后,修改wsl子系统配置

vim /etc/wsl.conf

#添加以下内容
[boot]
systemd=true

exit 退出子系统,关闭子系统

wsl --shutdown <子系统名称>

重新进入子系统

#查看是否正常启动,如果返回init则失败,如果返回systemd则成功
ps --no-headers -o comm 1

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK