Skip to content

Commit

Permalink
utils.py: fix code reference
Browse files Browse the repository at this point in the history
fix #2632
  • Loading branch information
benoitc committed May 7, 2023
1 parent e7781d2 commit f19e31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gunicorn/util.py
Expand Up @@ -460,7 +460,7 @@ def is_hoppish(header):
def daemonize(enable_stdio_inheritance=False):
"""\
Standard daemonization of a process.
http://www.svbug.com/documentation/comp.unix.programmer-FAQ/faq_2.html#SEC16
http://www.faqs.org/faqs/unix-faq/programmer/faq/ section 1.7
"""
if 'GUNICORN_FD' not in os.environ:
if os.fork():
Expand Down

0 comments on commit f19e31f

Please sign in to comment.