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

How to skip the exit prompt of the service monitor? #1460

Open
edgarogh opened this issue Sep 19, 2024 · 1 comment
Open

How to skip the exit prompt of the service monitor? #1460

edgarogh opened this issue Sep 19, 2024 · 1 comment
Labels
question Further information is requested

Comments

@edgarogh
Copy link

Hello,
Whenever I close my IDE (IntelliJ), it says "waiting for process detach" indefinitely, probably because it sent a SIGINT to the devenv service, which the latter captures to display its confirmation prompt. I can't find any way to disable this. I'm OK with devenv up taking proper time to gracefully shut down its processes, but preventing the normal exiting with a dialog box is a bit too much for a CLI process that's mostly "fire and forget".

@edgarogh edgarogh added the question Further information is requested label Sep 19, 2024
@sandydoo
Copy link
Member

@edgarogh, are you using the default process-compose manager? Once it takes over the shell, it's the one handling the signals.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants