Re: [systemd-devel] BindsTo and parameterized instance units

2023-04-18 Thread Simon Mullis
A public thank you to Arsenii for the input and suggestions! I am working through this and will respond and findings to the list for posterity. Thank you

[systemd-devel] BindsTo and parameterized instance units

2023-04-13 Thread Simon Mullis
Hi All I have a fairly complex (at least to me) setup of a master target spawning multiple services and groups of instance services that are chained in a specific order. I use systemd to manage all of the sockets that allow data to flow between these different stages. I use a master Target

[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