emulate sd_listen_fds for systemd support
commit18124ca1c2e0575404519d8b854d78187ad7bc43
authorEric Wong <e@80x24.org>
Sat, 27 Jun 2015 04:01:36 +0000 (27 04:01 +0000)
committerEric Wong <e@80x24.org>
Sun, 5 Jul 2015 00:21:40 +0000 (5 00:21 +0000)
treec0033de30402efcf93c6cba51cca7790cd58861d
parentf84309ebb9c792d0a2ffec5ffc2f859b361cddc8
emulate sd_listen_fds for systemd support

systemd socket emulation shares FDs across execve, just like
the built-in SIGUSR2 upgrade process in unicorn.  Thus it is
easy to support inheriting sockets from systemd.

Tested-by: Christos Trochalakis <yatiohi@ideopolis.gr>
lib/unicorn/http_server.rb
test/exec/test_exec.rb