Frequently Asked Questions
wip
wip
wip
wip
The reason can be that systemd
is not running in WSL2 by
default. To fix this:
Run
sudo -e /etc/wsl.conf
Add
system=true
to[boot]
sectionComment out the first line
LABEL=cloudimg-rootfs / ext4 defaults 0 1
In
cmd.exe/PowerShell
runwsl --shutdown
to restart WSL2.