Hi all - I had a use-case where I needed s6-tcpclient to be completely silent, no matter the error (my existing system reads standard output and standard error, and tries to parse it).
Long-term, I'm going to change the system to log (but not parse) standard error from child processes. In the meantime, I figured this could be a useful feature for others. doc/s6-tcpclient.html | 3 +- src/conn-tools/s6-tcpclient.c | 73 +++++++++++++++++++++++-------------------- 2 files changed, 41 insertions(+), 35 deletions(-)
