Skip to content

Commit

Permalink
Docs: Added a command to start elasticsearch on bootup on Debian.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanbob authored and jpountz committed Dec 5, 2014
1 parent c15ab8b commit bc04232
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/reference/setup/repositories.asciidoc
Expand Up @@ -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
--------------------------------------------------

Configure Elasticsearch to automatically start during bootup :

[source,sh]
--------------------------------------------------
sudo update-rc.d elasticsearch defaults 95 10
--------------------------------------------------

[float]
=== YUM
Expand Down

0 comments on commit bc04232

Please sign in to comment.