tahoe-lafs/newsfragments/3921.feature
2022-09-01 17:44:01 -06:00

5 lines
282 B
Gherkin

Automatically exit when 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.