No Systemd
standeven
27 points
18 comments
June 30, 2026
Related Discussions
Found 5 related stories in 720.1ms across 14,015 title embeddings via pgvector HNSW
- Liberated Systemd gasull · 29 pts · March 21, 2026 · 69% similar
- Systemd-free Modern Linux: artixlinux and dinit and labwc and noctalia shell grigio · 12 pts · April 04, 2026 · 65% similar
- systemd has not implemented age verification pabs3 · 12 pts · March 24, 2026 · 61% similar
- Systemd-sysinstall – Simple OS installer kozika · 11 pts · May 27, 2026 · 56% similar
- Systemd BirthDate Merge: Conflicts of Interest npongratz · 22 pts · April 03, 2026 · 54% similar
Discussion Highlights (10 comments)
sph
The effort of dealing with the increasing amount of software that expects systemd to run underneath makes all these initiatives not very worth it unless you buy heavily in the political, rather than technicals reasons, of avoiding systemd. I don’t care. I have run Linux machines since 2001 and systemd is one of the least offensive reinvention of the wheel I have had to deal with. All software is shit one way or another, all that matters is how much effort do I have to spend to find myself dealing with another, unsupported pile of shit.
Suzuran
"Bait used to be believable."
vekntksijdhric
showing a list of bugs and vulnerabilities is not a compelling case against systemd, or it is a compelling case agains every single piece of software.... providing an argument *why* systemd is bad is what I expect
vivzkestrel
- every software has bugs, even curl does, does that mean you ll start a new website called nocurl.org?
paulddraper
That's a shockingly light list of bugs. Guaranteed that the replacements would have a combined list at least as bad.
pknomad
Every time I see no systemd - I remind myself of this post: https://www.reddit.com/r/archlinux/comments/4lzxs3/why_did_a... > What most systemd critics consider "bloat", I consider necessary complexity to solve a complex problem generically.
Glandalf
systemd will never be done, it’s a scam designed to make Linux UN maintainable and incompatible and force businesses to buy service contracts from IBM.
foxrider
I swear, the more time goes on, the more I disrespect the "no to systemd crowd", not because they don't have valid arguments, but because in recent years it attracted a very *specific* kind of audience, and now it smells bad. I've used Linux for over 20 years at this point, my first Linux computer was a PS2 console and my second one was a PS3 console. I remember the rc scripts and upstart, and I hated dealing with any of it, systemd, its timers and the user units were the most convinient change in decades. I hear so many anecdotal accounts of "sytemd destroying someone's system", yet personally it was nothing but a pleasant experience. I think there's always needs to be an alternative, and I welcome anyone who's actually building alternative code paths and doing the work to create the alternative tools, but every time some tool gains a dependency on systemd to improve the functionality and the mob comes in complaining I can't help but get angry. It's open source. You can patch it. You can switch to something else, but instead you hurl insults at people volunteering their time to make software you run better.
branon
There was probably a case to be made for this stance when systemd was very new and getting shoehorned everywhere but increasingly I don't see the point I think the issue people took with it was less on technical merit and more about the principle of resisting a change which was occurring too quickly for comfort it was kneejerk reactionary to begin with and hasn't made any more sense as systemd has improved and received better integration with other software I do mourn the loss of Upstart though, I thought that was one of Canonical's cooler projects I also use Void/runit primarily and enjoy it because of its simplicity, it's a nice _exercise_ to run systemd-free but I don't pretend it comes anywhere near the level of capability that systemd provides
dv35z
I'm curious - has anyone found / created easy-to-use Systemd GUI interface? A bit of context: My specific case is creating timers (similar to crontab). I'm shuffle-playing music playlists at certain times of day. I'm comfortable with terminal/command-line, however the computers I'm building out are used in maker-spaces, where many people are not super technical. This has got me into the habit of thinking "what's the 'easy mode' for a lot of tools. For example, GitHub Desktop is a great way to slow-roll people into using `git` if they have never used it before. I like tools like that. Let me know what you suggest.