sudo apt install git
cd /home/guswns
git clone https://github.com/DamionGans/ubuntu-wsl2-systemd-script.git
cd ubuntu-wsl2-systemd-script/
bash ubuntu-wsl2-systemd-script.sh
# wsl 재시작 후
systemctl
cp /home/guswns/ubuntu-wsl2-systemd-script/ubuntu-wsl2-systemd-script.sh /systemd-script.sh
sudo chmod +x /systemd-script.sh
설정 후
window terminal setting.json에서 wsl2 시작 commandline을 다음과 같이 설정한다.
"commandline": "wsl.exe /systemd-script.sh -d Ubuntu-20.04"
wsl를 재시작해도 systemctl이 활성화 된다.
공식적인 방법이 아니므로 예기치 못한 버그가 발생할 수 있다..(예를 들면 docker 키워드가 먹지 않음..)