this post was submitted on 12 Nov 2023
176 points (100.0% liked)
linuxmemes
21210 readers
40 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows.
- No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
I'm not a linux power user but have some servers running on linux and honestly wouldn't change it with anything else, as everything runs smooth and maintainance is easy and straight forward. Even if something gets fucked there is a great online community which helped me out everytime.
That said, and sorry for the long introduction:
I read a lot systemd memes in the last weeks: What is the problem with it and why is it trending now?
Nothing new. Nothing recent. Just people being scared of something because they don't know how it works or because it's relatively new.
Major distros have started adopting it in recent years. It's one of many ways for a distro to manage which services are running. Many of the others are essentially a hodgepodge of shell scripts.
systemd provides a lot of flexibility with service dependencies and logging, amount other things. It has a standard way to have user-scoped services. It's standardizes filtering logs for specific services.
Barely recent years at this point, Ubuntu switched in 2015!
basicly people complaining about what they don't understand, that it don't follow unix philosophy, when that philosophy was created 50 years ago, any way,etc, if systemd wasn't good anyone could have adopted it, and everyone did, beause it easier, it's faster and it work
https://youtu.be/o_AIw9bGogo?si=83QbNSQgG646M98_
good video about it
I'm neither a systemd fan nor a hater, but in my experience not even enterprise linux distributors can get it to work correctly all the time. That tells me that maybe it is too complicated.
Here is an alternative Piped link(s):
https://piped.video/o_AIw9bGogo?si=83QbNSQgG646M98
Piped is a privacy-respecting open-source alternative frontend to YouTube.
I'm open-source; check me out at GitHub.
Sysinit was basically one file where you tell a process what to do, start, reload, stop. Systems is way way more complicated and according to some, prone to breaking.
It's funny, after your first sentence, I thought “yeah, that's exactly the problem. Copy&paste fragile shell code for managing processes instead of standardized lifecycle management”. Then your second sentence painted that horrible mess as “less complicated”
Thanks, and understood. Do you also know why this topic is trending right now? Systemd isn't some brand new thing, so why the sudden outcry?
It's been hated since day 1, perhaps only now are you starting to see and understand what people say about it.
That could be it.