Docs: Added a command to start elasticsearch on bootup on Debian.
Close #8600
This commit is contained in:
parent
6c2abcc754
commit
0a09f1ea13
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue