Difference between revisions of "OpenRC, an alternative to systemd"
Views
Actions
Namespaces
Variants
Tools
→Troubleshooting: added httpd service crashed
imported>Aaditya |
imported>Aaditya |
||
Line 412: | Line 412: | ||
Have a look here: https://forum.manjaro.org/t/ctrl-alt-backspace-doesnt-log-out-zaps-xorg-openrc | Have a look here: https://forum.manjaro.org/t/ctrl-alt-backspace-doesnt-log-out-zaps-xorg-openrc | ||
=== Httpd (Apache) service status says crashed === | |||
If the {{ic|httpd}} process is running but {{ic|rc-status}} shows the service as crashed, try editing ''/etc/init.d/httpd'' and remove the {{ic|start-stop-daemon}} call when starting the service: | |||
# sed 's|start-stop-daemon --start -- ${APACHE2} ${APACHE2_OPTS} -k start|${APACHE2} ${APACHE2_OPTS} -k start|' -i /etc/init.d/httpd | |||
Forum link: https://forum.manjaro.org/t/solved-apache-service-httpd-status-status-crashed/19878 | |||
== Further Reading == | == Further Reading == |