Skip to content
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

sysvinit script doe snot work, does not used the real process #8

Open
mckaygerhard opened this issue Feb 19, 2021 · 0 comments · May be fixed by #9
Open

sysvinit script doe snot work, does not used the real process #8

mckaygerhard opened this issue Feb 19, 2021 · 0 comments · May be fixed by #9

Comments

@mckaygerhard
Copy link

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!

i will put a PR to fix the script @hsbt @tatsushid

mckaygerhard added a commit to venenux/h2o-deb that referenced this issue Feb 19, 2021
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant