Start ElasticSearch after reboot server / start server

March 4, 2022 . 1 MIN READ

Reference: https://www.elastic.co/guide/en/elasticsearch/reference/current/starting-elasticsearch.html#start-es-deb-systemd

Running Elasticsearch with systemdedit

To configure Elasticsearch to start automatically when the system boots up, run the following commands:

sudo /bin/systemctl daemon-reload
sudo /bin/systemctl enable elasticsearch.service

Leave a Reply

Your email address will not be published. Required fields are marked *