mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
Packaging: Fix systemd service consistency (#24466)
Fix double "then". As previous systemd commands do not include ".service" postfix, remove it also for the "enable" command.
This commit is contained in:
parent
75e2da0c1d
commit
367501eeab
@ -161,10 +161,10 @@ sudo systemctl status grafana-server
|
|||||||
Configure the Grafana server to start at boot:
|
Configure the Grafana server to start at boot:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo systemctl enable grafana-server.service
|
sudo systemctl enable grafana-server
|
||||||
```
|
```
|
||||||
|
|
||||||
> **SUSE or OpenSUSE users:** You might need to start the server with the systemd method, then then use the init.d method to configure Grafana to start at boot.
|
> **SUSE or OpenSUSE users:** You might need to start the server with the systemd method, then use the init.d method to configure Grafana to start at boot.
|
||||||
|
|
||||||
### Start the server with init.d
|
### Start the server with init.d
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user