Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #531: Simplify stop() function on Debian based systems. #532

Merged
merged 1 commit into from
Mar 29, 2015
Merged

Fix #531: Simplify stop() function on Debian based systems. #532

merged 1 commit into from
Mar 29, 2015

Conversation

fabiankrack
Copy link

Avoid complex logic with unhandled corner cases. If a process has
crashed leaving an invalid PID file behind, the current logic does
not remove the invalid PID file, although the process is not running.

Avoid complex logic with unhandled corner cases. If a process has
crashed leaving an invalid PID file behind, the current logic does
not remove the invalid PID file, although the process is not running.
@lightbend-cla-validator

Hi @onibox,

Thank you for your contribution! We really value the time you've taken to put this together.

Before we proceed with reviewing this pull request, please sign the Typesafe Contributors License Agreement:

http://typesafe.com/contribute/cla

@muuki88 muuki88 added the debian label Mar 27, 2015
@muuki88
Copy link
Contributor

muuki88 commented Mar 27, 2015

LGTM. On which debian-based system did you test this?

@fabiankrack
Copy link
Author

Ubuntu 12.04 LTS

@muuki88
Copy link
Contributor

muuki88 commented Mar 29, 2015

Nice. Tested this this on Ubuntu 14.04 LTS as well. Works smoothly. Thanks for simplifying bash :)

muuki88 added a commit that referenced this pull request Mar 29, 2015
Fix #531: Simplify stop() function on Debian based systems.
@muuki88 muuki88 merged commit a22bf58 into sbt:master Mar 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants