Skip to content

Check that at least the pid belongs to a java process before killing it#246

Open
zamaudio wants to merge 1 commit intossadedin:masterfrom
zamaudio:fix-kill-non-bpipe
Open

Check that at least the pid belongs to a java process before killing it#246
zamaudio wants to merge 1 commit intossadedin:masterfrom
zamaudio:fix-kill-non-bpipe

Conversation

@zamaudio
Copy link
Contributor

Hopefully pidof is portable...

@zamaudio
Copy link
Contributor Author

With any luck, this fixes #244

@ssadedin
Copy link
Owner

Hmm, just testing on my Mac I don't seem to have pidof - might have to do something cruder like ps -efa | grep java?

@gdevenyi
Copy link
Contributor

Make sure you stick to POSIX options of ps in case OSX and Linux are different...

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants