Re: [systemd-devel] Best practise for creating sockets without a corresponding service

2022-11-03 Thread Michal Koutný
Hello. On Fri, Oct 28, 2022 at 12:39:01PM +0200, Simon Mullis wrote: > Step 0 > - service_data_gen => creates N outputs > > Step 1 > - service1@.service => N instances are created but don't actually need > to do anything. > - service1@.socket => N sockets are created which are the target FIFOs

[systemd-devel] Best practise for creating sockets without a corresponding service

2022-10-28 Thread Simon Mullis
Hello systemd fans. I'm creating a pipeline of services and would like systemd to manage all aspects possible. The first service in the chain creates an arbitrary number of FIFO outputs (as a demultiplexer), which I use as inputs to the rest of the chain. These outputs are internal to the