OneCompiler

Unable to start redis-server in Windows WSL2 environment

I have installed redis-server and trying to start it in Windows 11, WSL2 environment. But I am running into following error

System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down

1 Answer

3 years ago by

WSL2 support service instead systemctl.
So you can actually use sudo service redis-server start

3 years ago by OneCompiler