fix(boot-start): use LaunchDaemon on MacOS#423
Merged
Conversation
Contributor
Greptile Summary
Confidence Score: 4/5Safe to merge; all previously identified P1 issues are addressed. Remaining findings are P2 (status UX and a misleading doc comment). No P0 or P1 issues remain. The two P2 findings are a status message that omits migration guidance for root users upgrading from pre-1.0.3, and an overstated doc comment on disable(). Neither affects correctness or data integrity. src/cli/boot.rs line 160 (legacy-only status arm) and src/boot_manager.rs lines 201–206 (disable doc comment) Important Files Changed
Reviews (15): Last reviewed commit: "[autofix.ci] apply automated fixes (atte..." | Re-trigger Greptile |
2c7fbfe to
59700d0
Compare
ea7711e to
45fb621
Compare
d127ad4 to
3f357cd
Compare
1aa7b72 to
56d2e00
Compare
57ae94b to
fc4c716
Compare
3a751ce to
25c31a7
Compare
7ca1e7d to
a75018c
Compare
Merged
jdx
pushed a commit
that referenced
this pull request
May 5, 2026
## 🤖 New release * `pitchfork-cli`: 2.9.1 -> 2.10.0 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [2.10.0](v2.9.1...v2.10.0) - 2026-05-05 ### Added - refine startup / tailing logs display ([#420](#420)) - *(proxy)* sync slug hosts ([#418](#418)) - inject daemon running info to tera template ([#419](#419)) ### Fixed - *(boot-start)* use LaunchDaemon on MacOS ([#423](#423)) ### Other - *(build)* use serious profile to eliminate binary size ([#424](#424)) - set dev profile debug to 1 ([#415](#415)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #422.