mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
parent
c54426c1e4
commit
1db805c7f6
@ -142,8 +142,7 @@ class Arbiter(object):
|
|||||||
self.init_signals()
|
self.init_signals()
|
||||||
|
|
||||||
if not self.LISTENERS:
|
if not self.LISTENERS:
|
||||||
fds = []
|
fds = None
|
||||||
|
|
||||||
listen_fds = systemd.listen_fds()
|
listen_fds = systemd.listen_fds()
|
||||||
if listen_fds:
|
if listen_fds:
|
||||||
self.systemd = True
|
self.systemd = True
|
||||||
@ -151,6 +150,7 @@ class Arbiter(object):
|
|||||||
systemd.SD_LISTEN_FDS_START + listen_fds)
|
systemd.SD_LISTEN_FDS_START + listen_fds)
|
||||||
|
|
||||||
elif self.master_pid:
|
elif self.master_pid:
|
||||||
|
fds = []
|
||||||
for fd in os.environ.pop('GUNICORN_FD').split(','):
|
for fd in os.environ.pop('GUNICORN_FD').split(','):
|
||||||
fds.append(int(fd))
|
fds.append(int(fd))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user