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

m
imported>Aaditya
imported>Aaditya
Line 428: Line 428:
A better solution seems to be to explicitly add the ''pidfile'' option to start stop daemon:
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}|'
   # sed 's|start-stop-daemon --start|start-stop-daemon --start --pidfile ${PIDFILE}|' -i /etc/init.d/httpd


More details: https://bitbucket.org/aadityabagga/openrc-services-ng/issues/4/issue-with-httpd-service
More details: https://bitbucket.org/aadityabagga/openrc-services-ng/issues/4/issue-with-httpd-service
Anonymous user