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

commandline key to send SIGCONT to attached process #82

Open
msva opened this issue Mar 10, 2017 · 0 comments
Open

commandline key to send SIGCONT to attached process #82

msva opened this issue Mar 10, 2017 · 0 comments

Comments

@msva
Copy link

msva commented Mar 10, 2017

I think, it will be useful to have a commandline key to send SIGCONT to the attached process, which can be used in such pattern:

  1. process runs in, say, tmux or screen
  2. user presses ^Z
    2.5) user does not type bg to avoid process to write to stolen fds and freezes/crashes because of that
  3. user types disown
  4. user exits (not detach) tmux/screen (for example, to restart "server" instance for tmux)
  5. user enters new tmux/screen instance
  6. reptyr -<key> $PID
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

No branches or pull requests

1 participant