[systemd-devel] Immutable Images: Single Data Patition

2023-02-21 Thread Adrian Vovk
Hello everyone! Quick background: I'm working on carbonOS, a Desktop Linux distro that's implementing your "GnomeBook" OS concept. I've stumbled upon some limitations and would like to discuss solutions w/ the community. Please see my previous email for a little more context. This email is going

[systemd-devel] Immutable Images: Updating

2023-02-21 Thread Adrian Vovk
Hello everyone! I'm working on carbonOS, a Desktop Linux distro that will be implementing many (most?) of the ideas proposed by systemd's developers in the last while regarding UKIs, DDIs, sysext, "Fitting everything together", etc. Basically I'm implementing the "GnomeBook" OS you've been asking

[systemd-devel] Linking /lib64 to /usr/lib

2023-02-21 Thread Adrian Vovk
Hello all, Would you accept a patch to shared/base-filesystem that makes /usr/lib a fallback link target for /lib64? On my distro I don't support multilib at all and so everything ends up in /usr/lib. So for example, for x86_64 I'd change the target from "usr/lib/"LIB_ARCH_TUPLE"\0"

Re: [systemd-devel] Smooth upgrades for socket activated services

2023-02-21 Thread Uoti Urpala
On Mon, 2023-02-20 at 12:22 +0100, Mike Hearn wrote: > I see. So basically you have to keep the service running across the > upgrade and then wait for it to shut down due to inactivity, then be > restarted by systemd to make the update apply. Or alternatively you > could make the app detect that