-
-
Notifications
You must be signed in to change notification settings - Fork 204
Closed
Description
I'm trying to start nginx service like this:
systemctl start nginxbut i get the following error:
System has not been booted with systemd as init system (PID 1). Can't operate.I know that WSL currently uses a proprietary init process, but I don't know how to use it to start/restart/stop services.
It's also interesting to note that with Ubuntu WSL the command service nginx start works fine. Is it possible to do the same thing with Arch WSL ?