Depends on D17564
Unix socket is to communicate between the parent (Rust) and child (python) proccesses. In future iterations, the stream will be
passed to a handler. The unix socket is only checked (in ipc.py) if its passed as a env var to the child process, therefore this change does
not break the current typescript chronik tests.