From 4d7d2d65198dc2c3444d76131d0d394a75deb5bd Mon Sep 17 00:00:00 2001 From: David Allen Date: Wed, 2 Aug 2023 14:47:59 -0400 Subject: [PATCH] Update start-restart-grafana.md (#72737) * Update start-restart-grafana.md Closes https://github.com/grafana/grafana/issues/72309 * Update docs/sources/setup-grafana/start-restart-grafana.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --- docs/sources/setup-grafana/start-restart-grafana.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/sources/setup-grafana/start-restart-grafana.md b/docs/sources/setup-grafana/start-restart-grafana.md index e171041c1c3..452d18d8f89 100644 --- a/docs/sources/setup-grafana/start-restart-grafana.md +++ b/docs/sources/setup-grafana/start-restart-grafana.md @@ -181,6 +181,14 @@ To restart the Grafana server, complete the following steps: Restart methods differ depending on whether you installed Grafana using Homebrew or as standalone macOS binaries. +### Start Grafana using Homebrew + +To start Grafana using [Homebrew](http://brew.sh/), run the following start command: + +```bash +brew services start grafana +``` + ### Restart Grafana using Homebrew Use the [Homebrew](http://brew.sh/) restart command: