Enable systemctl in WSL
sudo nano /etc/wsl.conf
# this file should/may be empty
# input this content and save
[boot]
systemd=true
# now close your wsl
# Open powershell Shutdown WSL and open your os again.
wsl.exe --shutdown
# Thank you
sudo nano /etc/wsl.conf
# this file should/may be empty
# input this content and save
[boot]
systemd=true
# now close your wsl
# Open powershell Shutdown WSL and open your os again.
wsl.exe --shutdown
# Thank you