Skip to content

do_stop() in systemv.sh function doesn't kill child processes of the service process #28

Description

@sandeepveethu

Currently, I have added following lines in the beginning of do_stop() function to get around this issue -

SERVICEPID = $(pgrep -f -o "{{{project.artifactId}}}")
pkill -P $SERVICEPID

I can create a pull request if you find this correct. Also, if you think this is not an issue and there is some mistake on my part, please do tell.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions