Skip to content

Fix the job daemon dying when spawned

John Johnson requested to merge jdj34/occam:jdj34/fix-job-daemon-spawn into develop

The command manager expects to be able to access stdin.buffer. Without giving stdin to the job daemon subprocess the daemon dies due to trying to access an attribute of a NoneType.

Also logs the output of the job daemon launch for easier debugging.

Merge request reports