Skip to content

Java process does not exit properly on crash #1

@joaisa17

Description

@joaisa17

After the minecraft server crashes, the code is supposed to kill the process for the java server, but due to incorrect parameters being passed, the java process persists.

This could potentially be fixed by passing "SIGINT", "SIGQUIT" or "SIGTERM" to the kill function

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions