config/thin.ymlを作成
pid: tmp/pids/thin.pid
log: log/thin.log
servers: 1
port: 3000
daemonize: true
environment: production
user: user
group: group
$ bundle exec thin start -C config/thin.yml
$ bundle exec thin stop -C config/thin.yml
$ bundle exec thin restart -C config/thin.yml