Opened at 2020-01-15T13:28:29Z
Closed at 2020-01-16T16:00:09Z
#3273 closed task (fixed)
Deprecate "tahoe start" in favor of "tahoe run"
Reported by: | exarkun | Owned by: | exarkun |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | code-frontend-cli | Version: | n/a |
Keywords: | review | Cc: | |
Launchpad Bug: |
Description (last modified by exarkun)
Daemonization is complex and outside of the core goals of Tahoe-LAFS. Additionally, there are many third-party daemonization tools that can be applied more or less arbitrarily to programs like tahoe.
tahoe start is Tahoe-LAFS' built-in daemonizing runner. Instead of continuing to maintain this, remove it and point uses at tahoe run and third-party daemonization options.
Related, deprecate tahoe daemonize, tahoe restart, and tahoe stop because they are all daemonization-related process management commands.
Change History (3)
comment:1 Changed at 2020-01-15T13:28:33Z by exarkun
- Owner set to exarkun
- Status changed from new to assigned
comment:2 Changed at 2020-01-15T20:50:11Z by exarkun
- Description modified (diff)
- Keywords review added
comment:3 Changed at 2020-01-16T16:00:09Z by GitHub <noreply@…>
- Resolution set to fixed
- Status changed from assigned to closed
In fde5899/trunk:
Note: See
TracTickets for help on using
tickets.
https://github.com/tahoe-lafs/tahoe-lafs/pull/679