Skip to content

Commit 394c069

Browse files
authored
update the disable client agent command (#6056)
1 parent 487107e commit 394c069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/content/docs/client-agent/manage.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ If you want to disable the Boundary Client Agent, you can stop it with the follo
5454
<Tab heading="MacOS" group="macos">
5555

5656
```shell-session
57-
$ sudo launchctl unload -w /Library/LaunchDaemons/com.hashicorp.boundary.boundary-client-agent.plist
57+
$ sudo launchctl bootout system /Library/LaunchDaemons/com.hashicorp.boundary.boundary-client-agent.plist
5858
```
5959

6060
Unloading the Boundary Client Agent removes its launch daemon configuration. To restart the Client Agent, use:
6161

6262
```shell-session
63-
$ sudo launchctl load -w /Library/LaunchDaemons/com.hashicorp.boundary.boundary-client-agent.plist
63+
$ sudo launchctl bootstrap system /Library/LaunchDaemons/com.hashicorp.boundary.boundary-client-agent.plist
6464
```
6565

6666
</Tab>

0 commit comments

Comments
 (0)