Re: [systemd-devel] systemd portable services vs systemd-sysext

2025-01-26 Thread Umut Tezduyar Lindskog
appropriate for each. So here's what I'd propose in my model to use for this.” Thanks Umut From: systemd-devel on behalf of Sopena Ballesteros Manuel Date: Saturday, 25 January 2025 at 17:57 To: systemd-devel@lists.freedesktop.org Subject: [systemd-devel] systemd portable services

Re: [systemd-devel] systemd portable services vs systemd-sysext

2025-01-25 Thread Nils Kattenbeck
Hi, based on my understanding sysexts are geared towards scenarios where either other services need to consume your files or you are able to consume files by the OS, e.g. system libraries. You can for example build these using mkosi which uses your normal distribution packages. Portable services

[systemd-devel] systemd portable services vs systemd-sysext

2025-01-25 Thread Sopena Ballesteros Manuel
Dear systemd community, I’m a sysadmin currently learning Linux and systemd, and I’m exploring technologies that allow me to add and remove applications to my system’s root filesystem in a plug-and-play fashion. I’m avoiding containers because I need a higher level of integration with the system