1 Title: Fix background job warning "IOError: [Errno 9] Bad file descriptor"
11 When starting a background job an unproblematic error message like this could
12 occur in the output of the background job log:
16 IOError: [Errno 9] Bad file descriptor
19 This was caused by an unclean stdin/stdout/stderr handling during job startup
20 since commit b15dfeb619c14c925b66f2a3437d213852204975.