On Tue, Sep 24, 2024, 12:43 AM Isaac Beckett <isaactbeckett_at_gmail.com>
wrote:
> Their support for stdio also seems a bit barebones. You can read stdin,
> write to stdout, but I don't know how that relates to "reading on
> descriptor 6" and "writing on descriptor 7" as explained in the
> documentation for s6-tlsclient.
>
Perhaps you could use s6-ioconnect to map the standard input and output of
your program to file descriptors 6 and 7? It looks like that is exactly
what it's for.
Received on Tue Sep 24 2024 - 13:23:19 CEST