Skip to content

[release/v1.9] Update brew commands for macos #3981

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

Merged
merged 1 commit into from
Jul 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/sources/set-up/run/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,31 @@ weight: 400
To start {{< param "PRODUCT_NAME" >}}, run the following command in a terminal window:

```shell
brew services start alloy
brew services start grafana/grafana/alloy
```

{{< param "PRODUCT_NAME" >}} automatically runs when the system starts.

Optional: To verify that the service is running, run the following command in a terminal window:

```shell
brew services info alloy
brew services info grafana/grafana/alloy
```

## Restart {{% param "PRODUCT_NAME" %}}

To restart {{< param "PRODUCT_NAME" >}}, run the following command in a terminal window:

```shell
brew services restart alloy
brew services restart grafana/grafana/alloy
```

## Stop {{% param "PRODUCT_NAME" %}}

To stop {{< param "PRODUCT_NAME" >}}, run the following command in a terminal window:

```shell
brew services stop alloy
brew services stop grafana/grafana/alloy
```

## View {{% param "PRODUCT_NAME" %}} logs
Expand Down