Docs: Added a command to start elasticsearch on bootup on Debian.

Close #8600
This commit is contained in:
tristanbob 2014-11-21 13:03:34 -07:00 committed by Adrien Grand
parent 6c2abcc754
commit 0a09f1ea13
1 changed files with 5 additions and 0 deletions

View File

@ -30,7 +30,12 @@ Run apt-get update and the repository is ready for use. You can install it with
apt-get update && apt-get install elasticsearch apt-get update && apt-get install elasticsearch
-------------------------------------------------- --------------------------------------------------
Configure Elasticsearch to automatically start during bootup :
[source,sh]
--------------------------------------------------
sudo update-rc.d elasticsearch defaults 95 10
--------------------------------------------------
[float] [float]
=== YUM === YUM