-
Notifications
You must be signed in to change notification settings - Fork 822
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apache restart fails after installation #1990
Comments
The command, systemctl, looks like a part of systemd.
PID 1 in WSL is /init, not systemd. I think, "/etc/init.d/apache2 restart" or alike might be helpful; traditional service start/stop/restart method. |
I'm hoping systemd-init makes it into RS3. There have been very subtle hints of something like that making it in, and the issue got a mention from Ben Hillis in the video on how interop works (he says that MS's init Daemon (which also manages marshalling and unmarshalling) need not necessarily run as PID1 and could in theory run as a service of another init system). |
Is this solved? `> sudo /init enable firewalld
|
My build is 15063.138. I installed an Apache environment via:
Yet, after doing
systemctl restart apache2.service
:The text was updated successfully, but these errors were encountered: