From 367501eeab9aaefd183d6ae5469bd0c7d78d42dd Mon Sep 17 00:00:00 2001 From: Richlv Date: Sun, 10 May 2020 22:10:01 +0300 Subject: [PATCH] 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. --- docs/sources/installation/rpm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/installation/rpm.md b/docs/sources/installation/rpm.md index f6a413dce1c..45ad0f6571f 100755 --- a/docs/sources/installation/rpm.md +++ b/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