From bc07d247b0a08dbd3c09cae8e3100eda13c2703e Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-boundary <82989682+hc-github-team-secure-boundary@users.noreply.github.com> Date: Fri, 19 Sep 2025 07:48:55 -0700 Subject: [PATCH] backport of commit eaeb7333600be4e44e6afb4cabda4343d31fc717 (#6076) Co-authored-by: komal-hashi --- website/content/docs/client-agent/manage.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/client-agent/manage.mdx b/website/content/docs/client-agent/manage.mdx index 0f205d57a6..fa0dc83285 100644 --- a/website/content/docs/client-agent/manage.mdx +++ b/website/content/docs/client-agent/manage.mdx @@ -54,13 +54,13 @@ If you want to disable the Boundary Client Agent, you can stop it with the follo ```shell-session -$ sudo launchctl unload -w /Library/LaunchDaemons/com.hashicorp.boundary.boundary-client-agent.plist +$ sudo launchctl bootout system /Library/LaunchDaemons/com.hashicorp.boundary.boundary-client-agent.plist ``` Unloading the Boundary Client Agent removes its launch daemon configuration. To restart the Client Agent, use: ```shell-session -$ sudo launchctl load -w /Library/LaunchDaemons/com.hashicorp.boundary.boundary-client-agent.plist +$ sudo launchctl bootstrap system /Library/LaunchDaemons/com.hashicorp.boundary.boundary-client-agent.plist ```