mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
1eb4a4adf8
Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
5 lines
298 B
Gherkin
5 lines
298 B
Gherkin
`tahoe run ...` will now exit when its stdin is closed.
|
|
|
|
This facilitates subprocess management, specifically cleanup.
|
|
When a parent process is running tahoe and exits without time to do "proper" cleanup at least the stdin descriptor will be closed.
|
|
Subsequently "tahoe run" notices this and exits. |