You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as explained in h2o/h2o#84 (comment) the init script for sysvinit doe snot work cos does nohting for stop and restart commands:
root@debian:/etc/h2o# service h2o status
[ ok ] h2o is running.
root@debian:/etc/h2o# service h2o stop
root@debian:/etc/h2o# service h2o status
[ ok ] h2o is running.
This problem is not well detected in debian recent shit versions cos are infgected by shistemd process but in MXlinux and devuan fails cos shistemd process are not used and init script is well used!
* the real process is a perl process as xplained in
h2o/h2o#84 (comment)
so we need to point in the start-and-stop-daemon to property
managed.. so in init scritp is commented and fixed the functions
* starts a set of superdaemon program (named start_server) and a
support library written in Perl, for hot-deploying TCP servers
so the provided init script does nothing cos does not point real process
as explained in h2o/h2o#84 (comment) the init script for sysvinit doe snot work cos does nohting for
stop
andrestart
commands:This problem is not well detected in debian recent shit versions cos are infgected by shistemd process but in MXlinux and devuan fails cos shistemd process are not used and init script is well used!
i will put a PR to fix the script @hsbt @tatsushid
The text was updated successfully, but these errors were encountered: