mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
@@ -51,7 +51,7 @@ def daemonize_self():
|
||||
e = sys.exc_info()[1]
|
||||
sys.exit("fork #1 failed: %d (%s)\n" % (e.errno, e.strerror))
|
||||
|
||||
# decouple from parent environment
|
||||
# decouple from parent environment (does not chdir / to keep the directory context the same as for non async tasks)
|
||||
os.setsid()
|
||||
os.umask(int('022', 8))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user