1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Let's see them args!

This commit is contained in:
Tim Morgan 2020-02-13 16:10:08 -06:00
parent d804495812
commit 10d4183d44

View file

@ -306,6 +306,7 @@ module Puma
args = [Gem.ruby, puma_wild_location, '-I', dirs.join(':'), deps.join(',')] + @original_argv
# Ruby 2.0+ defaults to true which breaks socket activation
args += [{:close_others => false}]
p args
Kernel.exec(*args)
end
end