1
0
Fork 0
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:
Lukas Nordin 2013-09-16 19:47:12 +02:00
parent cd6c8fe942
commit 8e6f175e60

View file

@ -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