Skip to content

add option to process to use SIGINT instead of SIGKILL #168

Description

@johnwebbcole

I have a process that spawns several ssh tunnels using shelljs.exec. The process will cleanup everything on SIGINT, but fuge is killing with SIGKILL, and you cannot open a handler on SIGKILL.

It wold be nice to have an option to set the kill signal on the process, that defaults to SIGKILL.

Looking over the runner code, it looks like it wouldn't be hard to add the option. I haven't looked at the option code yet so I don't know how hard adding those would be.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions