Skip to content

Instantly share code, notes, and snippets.

@santimendoza
Created March 16, 2017 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save santimendoza/800df42b5c5c5c1c808cda238651b4d4 to your computer and use it in GitHub Desktop.
Save santimendoza/800df42b5c5c5c1c808cda238651b4d4 to your computer and use it in GitHub Desktop.
Startup files
description "Elastic Search Docker"
author "ISF BoardSuite"
start on filesystem and started docker
stop on runlevel [!2345]
respawn
script
/usr/bin/docker start elasticsearch
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment