this post was submitted on 06 Aug 2025
379 points (94.6% liked)

linuxmemes

26604 readers
1169 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.
  • 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, no politics, no trolling or ragebaiting.
  • 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.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    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
     
    top 50 comments
    sorted by: hot top controversial new old

    I've always liked systemd.

    I'm learning FreeBSD and the training wheels are off having to learn RC. I should've done this years ago.

    On that, anyone know how to pull core temps off a 20 year old Celeron D in OpenBSD? That and my internal PC speaker are the only things I don't have working yet.

    OP when systemd successfully wipes his ass altr

    [–] blackstrat@lemmy.fwgx.uk 100 points 2 days ago (36 children)

    It's almost as if people think systemd is one massive executable rather than a suite of tools

    [–] rikudou@lemmings.world 77 points 2 days ago (4 children)

    Nah, it's a single executable, like GNU.

    [–] _stranger_@lemmy.world 8 points 1 day ago

    Yes, GNU.exe, I know it well.

    [–] blackstrat@lemmy.fwgx.uk 53 points 2 days ago (1 children)

    All that happens at boot is that linux.exe calls systemd.exe, uses all your system resources making your machine unusable bloat.

    [–] Auth@lemmy.world 22 points 2 days ago (1 children)

    when you first boot Systemd calls back to Redhat HQ: "Mr Pottering, we got him"

    load more comments (1 replies)
    [–] Laser@feddit.org 37 points 2 days ago (1 children)

    None of this stuff for me. I prefer one tool doing one thing, like busybox

    load more comments (1 replies)
    [–] possiblylinux127@lemmy.zip 15 points 2 days ago* (last edited 2 days ago) (1 children)

    Initramfs is just a executable

    Prove me wrong

    load more comments (1 replies)
    [–] killingspark@feddit.org 6 points 2 days ago (1 children)

    Well it is also a massive executable in the mix there

    [–] interdimensionalmeme@lemmy.ml 3 points 1 day ago (1 children)
    [–] killingspark@feddit.org 2 points 1 day ago (1 children)

    Did you accidentally forget A) the .so files these binaries link against and B) the actual systemd daemon binary?

    [–] interdimensionalmeme@lemmy.ml 1 points 1 day ago* (last edited 1 day ago) (1 children)

    We're still not clearing 10 megs

    [–] killingspark@feddit.org 1 points 21 hours ago (1 children)
    [XXX@YYY]$ ls -lh /usr/lib/libsystemd.so.0.40.0 /usr/lib/systemd/libsystemd-core-257.7-1.so /usr/lib/systemd/libsystemd-shared-257.7-1.so
    -rwxr-xr-x 1 root root 1.2M Jun 25 14:42 /usr/lib/libsystemd.so.0.40.0
    -rwxr-xr-x 1 root root 2.4M Jun 25 14:42 /usr/lib/systemd/libsystemd-core-257.7-1.so
    -rwxr-xr-x 1 root root 4.5M Jun 25 14:42 /usr/lib/systemd/libsystemd-shared-257.7-1.so
    

    Are you intentionally misrepresenting this or are you actually missing these? Also: This isn't about diskspace. Obviously every halfway modern PC can provide the disk space to house the systemd binaries. Disk is cheap but crucially not necessarily tied to complexity. A simple application can take Gigs and still be simple if it includes a lot of resources (graphical, audio, whatever). And a very complex thing can "only" take a few megabytes if it only includes code. Like systemd does.

    Note that I am a (mostly) happy user of systemd. I am just annoyed at people misrepresenting facts to fight anti-systemd-bullshit.

    [–] interdimensionalmeme@lemmy.ml 1 points 20 hours ago (1 children)

    It's weird ldd didn't find libssytemd.so ! I have an old system, apparently libsystemd-core and libsystemd-shared weren't a thing back in 2021 on ... ubuntu focal

    [–] killingspark@feddit.org 1 points 7 minutes ago

    Sorry but there is a libsystemd-shared listed in your screenshot

    load more comments (34 replies)
    [–] kinther@lemmy.world 33 points 2 days ago (2 children)

    I like systemd

    Awaiting the guillotine...

    [–] dejected_warp_core@lemmy.world 6 points 1 day ago (4 children)

    You're not alone. For most of my career, I've only used Linux to develop software and deploy that software to production. That usually means webservers, databases, iptables/netfilter, and all the other backend processes that glue that together.

    Before systemd, I was using sysVInit. Let me say that systemd has been head-and-shoulders above the previous experience in a variety of ways, with a host of built-in features:

    • Predictable start-up order of processes
    • Configurable inter-process dependencies (for the above)
    • Restart on fail
    • PID management
    • Socket management
    • Standard config format (no more copy-pasta init scripts)
    • Clearly defined filesystem areas for package managed and user-managed services
    • Clearly defined layering of config areas (e.g. systemctl status <service> shows you exactly what files are loaded)
    • Solid CLI experience that provides detailed information about every managed service

    Bottom line: it's dead simple to add your own stuff, and just as simple to read what packaged software is doing. I also think that using a CLI (instead of poking around /var/run and ps output) is a step up in terms of system administration, given how complex all this can get.

    My only contention is the forced use of journald, where my preference would be to use the standard /var/log paradigm for all this, rather than have a doorman to a binary logging database. You can configure it to emit text logs, but that's not the system of record for logging - just a feed.

    All that said, container-based solutions have rendered both init systems irrelevant a lot of the time, with tools like Kubernetes providing just about all of the same features. Moreover, cloud solutions tend to lean into cloud-init for host startup configuration and management anyway.

    [–] kinther@lemmy.world 3 points 1 day ago (1 children)

    I am more of a hobbyist when it comes to running software on Linux. That said, I usually end up being the guy who installs and manages software on work Linux servers, writes Ansible scripts to standardize configs, and troubleshoot when things dont work. Im not as advanced as you are, but got my fair share of pre-systemd headaches... so yeah, I completely agree with you.

    I appreciate that. And don't count yourself as less advanced - a lot of folks would consider using a CM tool like Ansible to be pretty wizardly stuff.

    load more comments (3 replies)
    [–] e8d79@discuss.tchncs.de 3 points 1 day ago* (last edited 1 day ago) (1 children)

    I love it as well it makes everything way easier. You can even run containers with it if you install quadlet. I just recreated most of my homelab containers using it.

    load more comments (1 replies)
    [–] DonutsRMeh@lemmy.world 23 points 2 days ago (4 children)

    Been using Linux as my main system for about 8 years now. I know nothing but systemd. I have never tried other init systems, so I genuinely don't know what I'm missing out on (if there is any). I don't mind systemd and I really really like services and timers. I use them all the time to automate things, but that doesn't mean I don't hate some things about systemd. One of the things that I'd love to burn to charcoal is that "a stop job for UID 1000..... 1:45 minutes", bitch? I don't have that much time on my hands, reboot right now. What are the things that other init systems have that make them better than systemd?

    [–] WhyJiffie@sh.itjust.works 11 points 2 days ago

    a stop job for UID 1000..... 1:45 minutes

    oh oh and then it changes to 3 minutes something when 1:45 passes! where was that configured mr poettering??

    load more comments (3 replies)
    [–] Eggymatrix@sh.itjust.works 33 points 2 days ago (8 children)

    Yay another thread where a bunch of script kiddies running a homelab come shitting on a toolset that saved the professionals from the init mess. But they of course know that systemd is bloated and prefer running their node servers in dokker containers on something more lightweight

    [–] Natanox@discuss.tchncs.de 8 points 2 days ago

    This, so much this. Although it's equally old grumpy farts as well as script kiddies. You'll be able to identify the former by their trademark quote "Systemd is the end of / nail in the coffin for Linux".

    load more comments (7 replies)
    [–] Lightfire228@pawb.social 29 points 2 days ago

    I still stand by my assumption that anyone complaining about systemd has never tried to configure SysVInit scripts before

    [–] tuckerm@feddit.online 13 points 2 days ago (1 children)

    Honestly buttctl has some nice features once you get used to it.

    [–] SomethingBurger@jlai.lu 6 points 2 days ago

    I like how you can pipe anything into it.

    load more comments
    view more: next β€Ί