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

Expect at_exit to exclusively remove the pidfile. Fixes #444

This commit is contained in:
Evan Phoenix 2014-01-25 14:51:27 -08:00
parent faeceed625
commit b90fc4fa05

View file

@ -476,9 +476,6 @@ module Puma
when :exit
# nothing
end
ensure
delete_pidfile
end
def setup_signals