📌  相关文章
📜  wsl 系统尚未使用 systemd 作为 init 系统启动 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:37.589000             🧑  作者: Mango

代码示例1
Instead of using sudo systemctl start your_app use:
sudo /etc/init.d/your_app start
example:
sudo /etc/init.d/docker start ,
as of right now we do not have systemd in WSL 2.
example:
sudo /etc/init.d/chrony start