Skip to content

Instantly share code, notes, and snippets.

@rscircus
Created January 23, 2023 17:06
Show Gist options
  • Save rscircus/f394139f2bf2f86421306da3242f43fb to your computer and use it in GitHub Desktop.
Save rscircus/f394139f2bf2f86421306da3242f43fb to your computer and use it in GitHub Desktop.
Make WSL behave reasonably by enabling systemd and disabling interop

WSL interop creates problems without end

sudo vim /etc/wsl.conf
[boot]
systemd=true

[interop]
appendWindowsPath = false

Sources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment