Skip to content

Instantly share code, notes, and snippets.

@rohithreddy
Created March 17, 2019 21:05
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 rohithreddy/2463315e5a0b44d31a256bd98dd54fa3 to your computer and use it in GitHub Desktop.
Save rohithreddy/2463315e5a0b44d31a256bd98dd54fa3 to your computer and use it in GitHub Desktop.
Supervisord running an example / metabase app
[program:metabasetest]
autostart = true
autorestart = true
command = /usr/bin/java -jar /home/rohith/metabase.jar
startretries = 3
user = rohith
directory = /home/rohith/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment