From 3a1360a47a5eb17ab35aac966bc4807d12ed72c9 Mon Sep 17 00:00:00 2001 From: Anael Mobilia Date: Sun, 17 Mar 2024 16:44:55 +0100 Subject: [PATCH] Always use systemctl command (#482) In order to align with the rest of the documentation --- docs/source/elasticsearch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/elasticsearch.md b/docs/source/elasticsearch.md index 96f5bdf4..1ed9676f 100644 --- a/docs/source/elasticsearch.md +++ b/docs/source/elasticsearch.md @@ -48,8 +48,8 @@ for more information. sudo systemctl daemon-reload sudo systemctl enable elasticsearch.service sudo systemctl enable kibana.service -sudo service elasticsearch start -sudo service kibana start +sudo systemctl start elasticsearch.service +sudo systemctl start kibana.service ``` As of Elasticsearch 8.7, activate secure mode (xpack.security.*.ssl)