0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

正規の方法でWSL2でsystemdを使う

Posted at

今までWSLでsystemdは使えないものだと思っていましたが、
WSL 0.67.6からsystemdがサポートされていたようなので、使い方をメモっておきます。

やり方

wslでは、ディストリビューション内の/etc/wsl.confを作って、その中に記述をすることで設定を変えることができるようです。

wslを開き、vimとかで/etc/wsl.confを作ります

cd /etc/
vim wsl.conf

下のように記述します

[boot]
systemd=true

保存したのち、windowsのコマンドプロンプトなんかでwslを終了させます。

wsl --shutdown

これで幸せになれます。

参考文献

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?