Skip to content

Instantly share code, notes, and snippets.

@ChaitanyaChandra
Created July 29, 2024 12:36
Show Gist options
  • Save ChaitanyaChandra/7ec917326fe7626f6c64035617dfac7d to your computer and use it in GitHub Desktop.
Save ChaitanyaChandra/7ec917326fe7626f6c64035617dfac7d to your computer and use it in GitHub Desktop.
WSL Systemd
  • add the following text in file /etc/wsl.conf
[boot]
systemd=true
  • list distributions
wsl -l -v
  • termintte distribution
wsl -t distribution-name
  • start distribution
wsl -d distribution-name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment