DamionGans / ubuntu-wsl2-systemd-script

[Does not work anymore!] Script to enable systemd support on current Ubuntu WSL2 images
1.56k stars 382 forks source link

Latest ws2 supports systemd #89

Open tadam98 opened 1 year ago

tadam98 commented 1 year ago

https://devblogs.microsoft.com/commandline/systemd-support-is-now-available-in-wsl/

EDM115 commented 1 year ago

Yes
sudo nano /etc/wsl.conf and insert the following lines :

[boot]
systemd=true

source