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

feat: allow user to kill all processes on a given port #38

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

fadeev
Copy link
Member

@fadeev fadeev commented Sep 16, 2024

Apparently, multiple processes can use the same port (based on the output of lsof -ti tcp:${port}). This PR allows the user to kill all processes in one go.

Also, added lolcanet.pid to gitignore.

@fadeev fadeev merged commit 401d803 into main Sep 16, 2024
4 checks passed
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.

2 participants