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

Gracefully stop a service with service stop #3568

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 1, 2020

  1. Gracefully stop a service with service stop

    First send a SIGTERM to the service task and wait for it to be
    stopped. If it doesn’t stop in the time specified, a SIGKILL
    will be send to the task.
    
    Signed-off-by: stffabi <stffabi@users.noreply.github.com>
    stffabi committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    7cc3fb2 View commit details
    Browse the repository at this point in the history