WSL2でsystemdを使う
WSL2
でも
systemd
を使えるようになった
https://learn.microsoft.com/en-us/windows/wsl/wsl-config#systemd-support
etc/wsl.conf
に設定する
code:wsl.conf(ini)
boot
systemd=true
確認
$ systemctl list-unit-files --type=service
#2025-10-20
13:51:46