From 8e6f175e605a60a2d0b1af0e0036fc82f113d7b3 Mon Sep 17 00:00:00 2001 From: Lukas Nordin Date: Mon, 16 Sep 2013 19:47:12 +0200 Subject: [PATCH] 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. --- tools/jungle/upstart/puma.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/jungle/upstart/puma.conf b/tools/jungle/upstart/puma.conf index dcf746c4..ad7e9683 100644 --- a/tools/jungle/upstart/puma.conf +++ b/tools/jungle/upstart/puma.conf @@ -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 \ No newline at end of file +end script