Skip to content

Instantly share code, notes, and snippets.

@mebinum
Created July 11, 2014 06:33
Show Gist options
  • Save mebinum/5c37c9d5e516de18cb2c to your computer and use it in GitHub Desktop.
Save mebinum/5c37c9d5e516de18cb2c to your computer and use it in GitHub Desktop.
Bash shell script that will start supervisord in foreground
#!/bin/bash
set -e -x
echo "starting supervisor in foreground"
supervisord -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment