
unicorn #!/bin/sh set -e # Example init script, this can be used with nginx, too, # since nginx and unicorn accept the same signals # Feel free to change any of the following variables for your app: TIMEOUT=${TIMEOUT-60} APP_ROOT=/path/to/your/app/current PID=$APP_ROOT/tmp/pids/unicorn.
No comments:
Post a Comment