DEV Community

herrwinfried
herrwinfried

Posted on

2 1

WSL2 Systemd çalıştırma

ÖNEMLİ BİLGİ: Bu resmi bir yöntem değildir ve sorumluluk almıyorum.

Windows 11 ile denenmiştir. Windows 10 için durum bilinmemekte.


NOT: WSLg ve WSL2 gelen güncellemeler bazen wsl-distrod ile düzgün çalışmıyabilir.
Örnek olarak bugun 26.06.2022 en son çıkan WSL preview sürümünde WSLg değişiklik olduğudan şuan WSLg düzgün çalışmıyor ama değişiklik öneren olmuş ve bu şuan başarılı çalışıyor yakında wsl-distrod da güncelleme yayınlar.


nullpo-head nickli bir geliştiricinin wsl-distrod adlı projesine göz atacağız.

İlk önce README kısmına göz atalım. Biz mevcut dağıtımımıza yüklemek istediğimiz için Şu kısma göz atacağız

Image description

Ben bu rehberde AlmaLinux yükliceğim systemd

Image description

yukarda resimde gördüğünüz gibi şuan top komut yaptığımda herhangi bir systemd çalışmıyor.

aşağıdaki komutları sırasıyla yazalım.

curl -L -O "https://raw.githubusercontent.com/nullpo-head/wsl-distrod/main/install.sh"
Enter fullscreen mode Exit fullscreen mode
chmod +x install.sh
Enter fullscreen mode Exit fullscreen mode
sudo ./install.sh install
Enter fullscreen mode Exit fullscreen mode

Image description

daha sonra işlem başarılı sonuçlandıktan("Installation is complete!" yazısını gördükten) sonra aşağıdaki komutu yazalım.

sudo /opt/distrod/bin/distrod enable
Enter fullscreen mode Exit fullscreen mode

daha sonra powershell veya cmd açarak aşağıdaki komutu yazalım.

wsl --shutdown
Enter fullscreen mode Exit fullscreen mode

ve tekrar dağıtımımızı açalım.

top komutunu kullanalım

Image description

gördüğünüz gibi artık çalışmakta. İsterseniz birde systemctl status yazıp deniyelim.

Image description

gördüğünüz gibi artık sistemimizde systemd mevcut.

Speedy emails, satisfied customers

Postmark Image

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

Top comments (0)

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay