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:
Richlv 2020-05-10 22:10:01 +03:00 committed by GitHub
parent 75e2da0c1d
commit 367501eeab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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