Difference between revisions of "OpenRC, an alternative to systemd"

imported>Aaditya
imported>Aaditya
Line 423: Line 423:


Forum link: https://forum.manjaro.org/t/solved-apache-service-httpd-status-status-crashed/19878
Forum link: https://forum.manjaro.org/t/solved-apache-service-httpd-status-status-crashed/19878
==== Edit ====
A better solution seems to be to explicitly add the ''pidfile'' option to start stop daemon:
  # sed 's|start-stop-daemon --start|start-stop-daemon --start --pidfile ${PIDFILE}|'
More details: https://bitbucket.org/aadityabagga/openrc-services-ng/issues/4/issue-with-httpd-service


=== Unable to build ISO using manjaro-tools on OpenRC ===
=== Unable to build ISO using manjaro-tools on OpenRC ===
Anonymous user