this post was submitted on 04 Jan 2025
274 points (82.8% liked)

linuxmemes

21933 readers
1995 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • 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, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
    274
    Orwelluan (lemmy.world)
    submitted 2 weeks ago* (last edited 2 weeks ago) by kshade to c/linuxmemes
     

    In reference to: https://lemmy.world/post/23862757

    I use Void btw

    Image text:

    Most people rejected his message.

    "Systemd is Satan's creation! Pure Evil!"

    They hated Talking Pig because He told them the truth.

    you are viewing a single comment's thread
    view the rest of the comments
    [–] [email protected] 19 points 2 weeks ago (3 children)

    In practice, what makes it so bad?

    [–] [email protected] 24 points 2 weeks ago (2 children)

    It's new and different, and the Linux boomers who are still stuck on ALSA and ext2 hate it.

    [–] answersplease77 1 points 2 weeks ago (1 children)
    [–] [email protected] 5 points 2 weeks ago

    When you entered the scene before epoch 0 I guess it is.

    [–] answersplease77 1 points 2 weeks ago (1 children)

    what are the better alternatives for ALSA and ext2 ?

    [–] [email protected] 3 points 2 weeks ago

    PipeWire and btrfs

    [–] [email protected] 13 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

    Everything else aside, my biggest gripes are with service control. Instead of just "service" they had to invent a new name that was super close to an existing function (systemctl vs sysctl) and reverse the switch order. (service sshd stop vs systemctl stop sshd.service)

    Besides that, I absolutely hate that all the service configs are not in a standard location. Well, you get things like sshd.conf which are still in etc, but the systemctl configs are who knows where.

    There are more important things to hate on with systemd, but I went for the superficial this time and I absolutely hate service management with systemd now.

    [–] sucoiri 6 points 2 weeks ago

    wrt conf file location, they're only generally in /usr/lib/systemd, /etc/systemd, or /run/systemd. You can always find out what's getting read with systemctl cat <service-name>. Way easier to find stuff than with some other random programs imo, I've seen crap have default conf files in dumb places like /usr/share/<service-name>/lib/etc.

    [–] dx1 3 points 2 weeks ago

    Bad usability, binary logs, crummy architecture.