본문 바로가기

Hyper-V & VirtualBox/WSL (Windows Subsystem for Linux)

wsl 사용 할때 systemctl 안먹힐때

728x90
반응형

# wsl 사용 시 systemctl 안먹힐때 조치 방법

sudo -b unshare --pid --fork --mount-proc /lib/systemd/systemd --system-unit=basic.target
sudo -E nsenter --all -t $(pgrep -xo systemd) runuser -P -l $USER -c "exec $SHELL"

- 끝 - 

728x90
반응형