From 42d13cbe5f38ab7e5c9128b62e20aef123293901 Mon Sep 17 00:00:00 2001 From: akheelk <87852705+akheelk@users.noreply.github.com> Date: Thu, 29 Jul 2021 19:01:31 +0400 Subject: [PATCH] Update debian.rst Duplicate ES restart command replaced by service check --- pages/installation/os/debian.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/installation/os/debian.rst b/pages/installation/os/debian.rst index ef4f0eff7..9f146a5bb 100644 --- a/pages/installation/os/debian.rst +++ b/pages/installation/os/debian.rst @@ -60,7 +60,7 @@ After you have modified the configuration, you can start Elasticsearch and verif $ sudo systemctl daemon-reload $ sudo systemctl enable elasticsearch.service $ sudo systemctl restart elasticsearch.service - $ sudo systemctl restart elasticsearch.service + $ sudo systemctl --type=service --state=active | grep elasticsearch Graylog