| #!/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
| #!/bin/bash | |
| cd /srv/myapp/current | |
| exec 2>&1 | |
| exec chpst -u myuser:myuser bundle exec unicorn -E production -c /etc/unicorn/myapp.rb |