Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
chpst and rvm
#!/bin/bash
cd /srv/myapp/current
exec 2>&1
exec chpst -u myuser:myuser bundle exec unicorn -E production -c /etc/unicorn/myapp.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment