this post was submitted on 12 Nov 2023
674 points (94.6% liked)

linuxmemes

20686 readers
1420 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

I use plasma, BTW

you are viewing a single comment's thread
view the rest of the comments
[–] ale@lemmy.world 15 points 10 months ago (2 children)

My question was just curiosity. If there's a good reason to switch to something else, I'd like to know, you know?

[–] thisbenzingring@lemmy.sdf.org 13 points 10 months ago (1 children)

You get a lot more transparency with the other init systems. Systemd is a big system that does lots of things and it's not always possible to see everything it's doing, because it's doing a lot.

[–] laurelraven@lemmy.blahaj.zone 8 points 10 months ago (1 children)

It also likes to hide things behind port redirections and binary storage of things that have always been text before so you pretty much have to use their tools to even read them

[–] dan@upvote.au 3 points 10 months ago (1 children)

I assume there's an advantage to the binary formats though. More efficient in terms of storage size? Easier to quickly search by a particular field even in huge files? Maybe something like that. (I genuinely don't know)

[–] zephr_c@lemm.ee 4 points 10 months ago* (last edited 10 months ago) (1 children)

I can actually understand what's going on with other init systems. They're basically just a list of stuff that gets run before you even log in. I do not understand everything that systemd does. I like understanding what my computer is doing. Most people don't care about that, and there's nothing wrong with that, but systemd is not what I want. I feel forced into using it anyway though, because it can be a lot of work to avoid it, and there's no reason for that beyond the fact that not enough people care.

I get it. I'm in a small niche within a small niche. Nobody owes me an easy alternative to systemd. I'd still like one though.

[–] MigratingtoLemmy@lemmy.world 3 points 10 months ago

Exactly. Other systems are clearly doing one thing: init. Systemd wants to do everything