-
-
Notifications
You must be signed in to change notification settings - Fork 176
Closed
Labels
OS: LinuxAffects Linux specificallyAffects Linux specificallyhas workaroundBug has a workaround, so it might not need urgent attentionBug has a workaround, so it might not need urgent attentionimprovementMaking an existing feature better, rather than a new oneMaking an existing feature better, rather than a new one
Description
When running watchexec (really, cargo-watch) in a docker container I would like that the watchexec process shutsdown when I request that the docker container shutsdown.
Currently SIGTERM is handled and sent to the child process which shutsdown my program as expected, but after that nothing happens. What I would like is that watchexec, after seeing the child process shutdown also shutsdown itself.
Metadata
Metadata
Assignees
Labels
OS: LinuxAffects Linux specificallyAffects Linux specificallyhas workaroundBug has a workaround, so it might not need urgent attentionBug has a workaround, so it might not need urgent attentionimprovementMaking an existing feature better, rather than a new oneMaking an existing feature better, rather than a new one