Character sets for positions
[A-PR-UWYZ]
[A-HK-Y]
[A-HJKS-UW]
[ABEHMNPRV-Y]
#!/bin/sh | |
set -u | |
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: | |
APP_ROOT=/k/app_name/current | |
PID=/var/run/unicorn/unicorn.pid | |
ENV=production |