Systemd ParticleOS(github.com/systemd) ParticleOS is a fully customizable immutable distribution implementing the concepts described in Fitting Everything Together.
Debian Testing/Trixie removes systemd-resolved(ycombinator.com) Debian's systemd maintainer today removed both systemd-resolved and systemd-nspawn packages [0] from Testing/Trixie/Debian 13 - soon to be in feature freeze - due to disagreements with the Technical Committee [1].
Quadlet: Running Podman containers under systemd(mo8it.com) Quadlet lets you run your Podman containers as systemd services. This is especially useful for running containers in the background and automatically starting them after a server reboot.
Working with Systemd Timers(yieldcode.blog) The other day I thought to myself that it would be a good idea to have some backups of my data.
So I was wondering, how would I execute a periodic backup task?
Replace Docker Compose with Quadlet and Systemd(matduggan.com) So for years I've used Docker Compose as my stepping stone to k8s. If the project is small, or mostly for my own consumption OR if the business requirements don't really support the complexity of k8s, I use Compose.
14 Years of Systemd(theregister.com) FOSDEM 2025 FOSDEM returned to Brussels for the first weekend in February – not without some controversial people.
Sixos: A nix OS without systemd [video](media.ccc.de) This talk announces the first public release of sixos, a two year project to create a nixpkgs-based operating system using skarnet's s6 supervisor instead of systemd.
180 points by transpute 113 days ago | 357 comments
Why systemd is a problem for embedded Linux(kevinboone.me) The Internet is full of rants about systemd, and I don’t want this post to be another one. Many of the complaints people make about it don’t stand up to much scrutiny, even the technical ones; and many complaints are not even technical. My particular interest in Linux is primarily for embedded applications; and there, I suggest, systemd is creating a potential (technical) problem.
162 points by synergy20 236 days ago | 258 comments
Porting systemd to musl Libc-powered Linux(catfox.life) I have completed an initial new port of systemd to musl. This patch set does not share much in common with the existing OpenEmbedded patchset. I wanted to make a fully updated patch series targeting more current releases of systemd and musl, taking advantage of the latest features and updates in both. I also took a focus on writing patches that could be sent for consideration of inclusion upstream.