this post was submitted on 16 Jul 2026
30 points (96.9% liked)
Linux Questions
4076 readers
1 users here now
Linux questions Rules (in addition of the Lemmy.zip rules)
- stay on topic
- be nice (no name calling)
- do not post long blocks of text such as logs
- do not delete your posts
- only post questions (no information posts)
Tips for giving and receiving help
- be as clear and specific
- say thank you if a solution works
- verify your solutions before posting them as facts.
Any rule violations will result in disciplinary actions
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
For me it's many things, boot time not even a priority. This is not an invitation to challenge my personal grievances.
If i wanted a monolithic system half of which depends on a single service/library, I would use windows or macos. Basically, I'm trying to avoid vendor lock. I want to be able to replace almost any part of the system on a whim.
I don't care if some user process is not stopping gracefully, I just want to shut down my machine as fast as possible.
When I change a user's groups, I expect that a simple logout/login will be sufficient to apply them.
I want sensible defaults, and systemd has the opposite in my opinion. I don't want to spend hours trying to find one maybe existing setting in some unnecessary system service (which I did not want in my system in the first place but which is shipped in almost every distro) that will probably be deprecated in the next release and I will have to do it all over again.
From what I've seen on social media, systemd's developers and its fandom are insufferable assholes with a superiority complex.
And many many other small and not so small issues that pile up over time (and systemd developers/adopters help with this a lot) and lead to a burnout.
Right now I'm using void btw. And ironically I'm running elogind, which is systemd code. But it does one specific thing in this case and doesn't try to replace the whole os.
I don't have an opinion on the rest of what you said, but you're factually incorrect about systemd being "monolithic". It's a pluggable framework, very much the opposite of monolithic software.