[systemd-devel] XDG standardization for applications – allow using dash delimited names in application's unit name

2025-03-03 Thread Piotr Dobrogost
Hi, At https://systemd.io/DESKTOP_ENVIRONMENTS/ there's suggested scheme for automatically generated unit's name: app[-]-[@].service I have the following .desktop files: piotr@demon:~/.local/share/applications$ ls jetbrains-pycharm-2024.2.desktop jetbrains-pycharm-2024.3.desktop When I start app

Re: [systemd-devel] Hermetic-usr implementation on dracut

2025-03-03 Thread Nils Kattenbeck
Hi, systemd definitely already has all the stuff in place to do this on it's own. The stuff creating the root partition would be sd-repart which just needs a corresponding partition description. A good example of how this can be used is particleOS https://github.com/systemd/particleos which is an

[systemd-devel] Hermetic-usr implementation on dracut

2025-03-03 Thread Emanuele Giuseppe Esposito
Hello everyone, As you might know already, I tried to submit a new dracut module that implements the hermetic-usr approach described by Lennart in his blogpost "Fitting everything together": https://0pointer.net/blog/fitting-everything-together.html. The PR is here: https://github.com/dracut-ng/d