I'm starting to use ubuntu with WSL and, after installing RabbitMQ:
sudo apt-get install rabbitmq-server
I try to start the server by doing:
sudo systemctl start rabbitmq-server.service
However I get the following error:
System has not been booted with systemd as init system (PID 1). Can't operate.
I have tried to apply sudo service start rabbitmq-server.service
as this answer, but I get this error:
start: unrecognized service
furthermore, I restarted the computer following this answer with no success.
Any suggestions?