Skip to content

Instantly share code, notes, and snippets.

@kineticac
Created March 17, 2011 08:34
Show Gist options
  • Select an option

  • Save kineticac/874008 to your computer and use it in GitHub Desktop.

Select an option

Save kineticac/874008 to your computer and use it in GitHub Desktop.
This file is used on dotcloud and automatically called after you push code. This is used to select the correct supervisord.conf files we've made at the app root level.
#!/bin/sh
ln -s supervisord.conf_$(hostname) supervisord.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment