Opened at 2023-06-19T20:49:34Z
Closed at 2023-06-20T12:48:57Z
#4036 closed defect (fixed)
There is no way to run a node without stdin
Reported by: | exarkun | Owned by: | GitHub <noreply@…> |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
Ticket:3921 introduced a new behavior for tahoe run where the process will immediately exit when stdin is closed.
Sometimes it is hard to have a stdin at all - for example, when running the process using systemd. In these cases, the feature isn't useful anyway because systemd will make sure the process exits at the right time.
There should be some manual override to disable this behavior when it isn't desired.
Change History (1)
comment:1 Changed at 2023-06-20T12:48:57Z by GitHub <noreply@…>
- Owner set to GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 2304f77/trunk: