Skip to content

Why SIGQUIT for kill? #10

@stevehartdata

Description

@stevehartdata

Thank you for your work on this package!

Is there a reason you use SIGQUIT for kill and killAndWait? The default behavior on Linux is to terminate the process and dump core on SIGQUIT. I think it might make more sense to use SIGTERM, which is the default for kill(1). Would you be inclined to accept a PR to switch to SIGTERM?

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