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