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.
pull/24493/head
Richlv 6 years ago committed by GitHub
parent 75e2da0c1d
commit 367501eeab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/sources/installation/rpm.md

@ -161,10 +161,10 @@ sudo systemctl status grafana-server
Configure the Grafana server to start at boot:
```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

Loading…
Cancel
Save