Re: [systemd-devel] Do Systemd service have limitation w.r.t IPC on forked process

2021-07-28 Thread Lennart Poettering
On Mi, 28.07.21 22:17, Stiju (stiju.e...@gmail.com) wrote: > Hi, > I have a templated service and socket, for my program. > thou may not be relevant here , socket is written for inetd (ie FD 0 and 1) > the service type is put as "simple" in systemd configuration, > the service spawns many processe

[systemd-devel] Do Systemd service have limitation w.r.t IPC on forked process

2021-07-28 Thread Stiju
Hi, I have a templated service and socket, for my program. thou may not be relevant here , socket is written for inetd (ie FD 0 and 1) the service type is put as "simple" in systemd configuration, the service spawns many processes in some flows ( fork + execv ) . the spawned process opens , IPC con