lucyllewy / one-script-wsl2-systemd

The one-script variant of the systemd hack for WSL2
MIT License
231 stars 38 forks source link

Alpine installation #42

Open arpanetus opened 1 year ago

arpanetus commented 1 year ago

I'm genuinely confused. Alpine by default uses OpenRC. There is no decent systemd package for alpine(?). WSL Team announced support for systemd.

So whenever I try to run the script it yields:

ln: /etc/systemd/user/dirmngr.service: No such file or directory

I guess that these are the systemd units that need to be disabled. Yet I have no systemd installed.

So what am I supposed to do?

(Btw: during -Debug flag the behaviour of the script is different.)