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

Fix sysvinit script crash and not working, fixed #8 #9

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Feb 19, 2021

  1. Fix sysvinit script crash and not working, fixed tatsushid#8

    * 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
    mckaygerhard committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    8ae3fce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5b64db View commit details
    Browse the repository at this point in the history
  3. improved right made status of proc as explained previously in 8ae3fce

    * use real process to check status as explained in 8ae3fce
    mckaygerhard committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    dd3bfc7 View commit details
    Browse the repository at this point in the history
  4. Fix shitstemd script crash if default file changed for config files

    * this change make able to units take the modified config files and
      use it from the /etc/default/h2o file ${CONFIG} variable
    * corrected description and help files in header
    mckaygerhard committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    1414ac7 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. fix reload and configtest actions for initscripts

    * fix references to CONFIG_FILE confused varaible, in some
      parts of the code where just CONFIG and in others is CONFIG_FILE
      so the test always fails inclusivelly in sourcered default file
    * fix reload action so..
    * fix messages for the console not in sync with init system
    mckaygerhard committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    34c909a View commit details
    Browse the repository at this point in the history