tahoe-lafs/newsfragments/3921.feature

5 lines
282 B
Gherkin
Raw Normal View History

2022-09-01 17:44:01 -06:00
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.