bin/screw_unit_server in pivotal-screw-unit-server-0.5.3 vs bin/screw_unit_server in pivotal-screw-unit-server-0.5.4
- old
+ new
@@ -11,10 +11,6 @@
unless ENV["SCREW_UNIT_PUBLIC"]
ENV["SCREW_UNIT_PUBLIC"] = ARGV[1]
end
-Thin::Runner.new([
- "--port", "8080",
- "--rackup", File.expand_path("#{dir}/../standalone.ru"),
- "start"]
-).run!
+ScrewUnit::ThinRunner.start