Post

(WSL2) systemctl 명령어 에러

wsl 을 사용하시다가 systemctl 명령어를 사용할 때

image

와 연관된 에러가 발생하고, 에러를 해결하고 싶다면 아래 command 를 차례로 실행해주세요.

1
sudo -b unshare --pid --fork --mount-proc /lib/systemd/systemd --system-unit=basic.target
1
sudo -E nsenter --all -t $(pgrep -xo systemd) runuser -P -l $USER -c "exec $SHELL"
This post is licensed under CC BY 4.0 by the author.