Skip to content

Instantly share code, notes, and snippets.

@mubbashar
Created February 3, 2017 10:38
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mubbashar/4161543511f53d7087e17a8a7b1e163d to your computer and use it in GitHub Desktop.
Save mubbashar/4161543511f53d7087e17a8a7b1e163d to your computer and use it in GitHub Desktop.
supervisor.config on beanstalk
packages:
yum:
openssl-devel: []
python27-setuptools: []
container_commands:
01-supervise:
command: "chmod +x .ebextensions/supervise.sh"
02-supervise:
command: ".ebextensions/supervise.sh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment