diff --git a/docs/sources/set-up/run/macos.md b/docs/sources/set-up/run/macos.md index 3e4d25bd8b..ad866a9b69 100644 --- a/docs/sources/set-up/run/macos.md +++ b/docs/sources/set-up/run/macos.md @@ -17,7 +17,7 @@ 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. @@ -25,7 +25,7 @@ brew services start alloy 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" %}} @@ -33,7 +33,7 @@ brew services info alloy 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" %}} @@ -41,7 +41,7 @@ brew services restart alloy 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