mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Upstart jungle use config/puma.rb instead
Not really sure why it is loading production.rb since the README and the init.d script says it expects config.rb instead. Patch attached simply reflects this.
This commit is contained in:
parent
cd6c8fe942
commit
8e6f175e60
1 changed files with 2 additions and 2 deletions
|
@ -59,6 +59,6 @@ exec /bin/bash <<'EOT'
|
|||
|
||||
logger -t puma "Starting server: $app"
|
||||
|
||||
exec bundle exec puma -C config/puma/production.rb
|
||||
exec bundle exec puma -C config/puma.rb
|
||||
EOT
|
||||
end script
|
||||
end script
|
||||
|
|
Loading…
Reference in a new issue