On Sat, Jun 13, 2020 at 12:50:50PM +0200, Carl Winbäck wrote: > I gather from it that what I want is currently not possible without > s6-rc. Is that correct?
I do not think so :) In a nutshell, your service needs to connect its stdout and stderr to a pair of different loggers; that can be done by fd-holding and chainloading, and is how s6-rc internally implements its piping (well, funneling) mechanism. However, s6-rc only connects the stdout, so the fd-holder needs an amount of additional configuration whether you use s6-rc or not; that amount will be a bit big without s6-rc, but it is surely doable and even scriptable. -- My current OpenPGP key: RSA4096/0x227E8CAAB7AA186C (expires: 2022.09.20) 7077 7781 B859 5166 AE07 0286 227E 8CAA B7AA 186C
