mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
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>
This commit is contained in:
parent
1bf94058db
commit
4d7d2d6519
@ -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.
|
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
|
### Restart Grafana using Homebrew
|
||||||
|
|
||||||
Use the [Homebrew](http://brew.sh/) restart command:
|
Use the [Homebrew](http://brew.sh/) restart command:
|
||||||
|
Loading…
Reference in New Issue
Block a user