-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: clarify behavior of launchctl stop and unload for client agent #5265
Conversation
Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement Learn more about why HashiCorp requires a CLA and what the CLA includes Have you signed the CLA already but the status is still pending? Recheck it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, lets just make the reload command easier too
…ndary client agent
Thanks for the docs update, we'll be able to merge once @Dan-Heath has had a look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for all your work on this @Mohit0233 and @johanbrandhorst ! It makes sense to me. I pushed an update to capitalize Client Agent, but otherwise it LGTM. I will get this published.
…5265) * docs: clarify behavior of launchctl stop and unload for client agent * docs: update unload command and clarify permanent disabling of Boundary client agent * docs: remove "Note" wrapper and clarify unload/reload command for Boundary client agent * docs: Capitalize Client Agent --------- Co-authored-by: Dan Heath <76443935+Dan-Heath@users.noreply.github.com>
This pull request updates the macOS client agent documentation to clarify the behavior of
launchctl stop
andlaunchctl unload
. It adds a note explaining thatlaunchctl stop
stops the agent temporarily, but the agent will automatically restart after 60 seconds due to theStartInterval
setting. Additionally, the update provides information on usinglaunchctl unload
to permanently disable the client agent, in case users need to do so for specific reasons.