Skip to content

Instantly share code, notes, and snippets.

@rohithreddy
Created March 17, 2019 21:05
Embed
What would you like to do?
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