Always use systemctl command (#482)

In order to align with the rest of the documentation
This commit is contained in:
Anael Mobilia
2024-03-17 16:44:55 +01:00
committed by GitHub
parent 5f3977d686
commit 3a1360a47a
+2 -2
View File
@@ -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)