[systemd-devel] Attaching an overlayfs to an existing nspawn container

2022-10-28 Thread Yotam Nachum
Hi, is there an option to attach an additional overlayfs to an existing running container? Like the existing `--overlay` flag but after the container is already running. The use case I have in mind is attaching additional binaries to investigate the container, without requiring the initial contain

[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 service