Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ansible/modules/utilities/logic/async_wrapper.py
Original file line number Diff line number Diff line change
@@ -52,7 +52,6 @@ def daemonize_self():
sys.exit("fork #1 failed: %d (%s)\n" % (e.errno, e.strerror))

# decouple from parent environment
os.chdir("/")
os.setsid()
os.umask(int('022', 8))

0 comments on commit e27b7af

Please sign in to comment.