• I_like_cats@lemmy.one
    link
    fedilink
    arrow-up
    3
    ·
    8 months ago

    I’m not an anti-systemd extremist. I use Void because it is a simple distro that doesn’t break as often as Arch does, while also being very up-to-date.

    I do have some things I dislike about systemd though which is why I will continue avoiding it in the future.

    • It doesn’t follow the Unix Philosophy. This is a big problem for me, I want to be able to switch out different parts of my system as I please. Systemd is a collection of projects that are all so deeply integrated that you can’t use them without also running the Systemd init system. And now Desktop Environments are starting to depend on Logind for example and there’s no alternative for non-systemd users. (Except Elogind but that’s just Logind ripped out of SystemD)
    • It’s bloated and has many features I don’t use. I just need an init system to start all my services at boot and restart them if they fail. Nothing more

    Also using a Distro without Systemd is not really that hard

    • Titou@feddit.de
      link
      fedilink
      arrow-up
      3
      ·
      8 months ago

      I really need to meet irl somebody who got it’s arch system breaking by itself, because i installed it dozens of times and it never happened to me

  • Hellfire103@lemmy.ca
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 months ago
    • OpenRC just feels nice
    • Runit is simple
    • S6 is really fucking fast
    • Some distros (e.g. Guix, Void, Gentoo) come with non-systemd init systems by default, but I use them for other reasons

    As for why I sometimes use musl, I like BSD. Also, Alpine Linux uses it by default, and most glibc software I’ve tried works just fine with gcompat.

  • s_s@lemm.ee
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    8 months ago

    Does Alpine Linux on the docker offical image count as “running”?

    SystemD just isn’t necessary for every Linux deployment.

    I think enthusiasts often forget that “Linux” has thousands of uses that aren’t “running on bare metal on my customized gaming rig at my computer desk to play steam games and also pretend to look like Mr. Robot”.

    My service running on a virtual machine doesn’t need SystemD’s functionality. It does need to be able to spin up and shutdown quickly, though.

  • lambalicious@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    2
    ·
    7 months ago

    Because I left Windows precisely to avoid the kind of shittery that systemd is doing.

    It’s absolutely no coincidence that the people who have developed the stuff that’s brought the most degradation to Linux - systemd, PulseAudio, Gnome’s “user has no right to themes” attitude - all come from a Microsoft background or explicitly work for Microsoft.

    I’d have far less of a problem if systemd was split into more practical, actually independent things that actually worked and distros didn’t buy their snake oil so easily. But for the time being, to me, the systemd experience is pretty much like the PulseAudio experience, what with the whole “waiting 120 seconds for a network interface to activate that it’s not going to because it’s the damn ethernet port and I’m on the road so the cable is not connected, stupid letter-potter dipshit”.

  • redcalcium@lemmy.institute
    link
    fedilink
    arrow-up
    1
    ·
    8 months ago

    I use distros with systemd but damn, pretty soon it’s not gnu/linux anymore, it’ll be systemd/linux. systemd already manages services, bootloader, dns and networking. Maybe they’ll replace coreutils next and the transition is completed.

  • m4@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    8 months ago

    Gentoo comes with OpenRC as default so I roll with it. And it’s simple and it works.

    Plus the idea of having to randomly wait for some obscure stuff to block for a minute the boot/shutdown is not my thing.

  • Shimitar@feddit.it
    link
    fedilink
    arrow-up
    1
    ·
    8 months ago

    Sysvinit on gentoo here. Its so simple and clean, all can be managed and hacked via bash scripts.

    I see no benefits in my use cases for systemd. Boot speed is unneeded, service auto-restart is done via Monit, anything else I don’t need.

    This is true for all my server -and- all my workstations and laptops as well.

    Systemd never solved a problem needed to be solved to start with.

    Now that it also does coffee and cream for you, i start seeing some benefits like auto-restart services. Was it worthwhile? Meh, dunno.

    At first it seemed another case of “I am too young and I want stuff done my way just because” and redhat shoved it down everybody throath to gain marked dominance. That they did.

    At least now systemd looks like mature and finally start making sense. I was even contemplating testing a migration on one server.

    Then I remembered, I like freedom of choice and keeping up being an old fart, so I didn’t (yet).

    (No, for Wayland and network manager I think they are both welcome and needed from the start).

    It didn’t help the main Dev suckass attitude, that didn’t made friends.

  • devilish666@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    8 months ago

    At this point i don’t care anymore if my system has systemd or whatever, as long it’s works i don’t have complaint
    Maybe back when I’m still young i will agree with majority linux enthusiasm that systemd is bloat, GUI is bloat, or whatever. But now as long it’s work & can do job properly i don’t care or even care

    • MigratingtoLemmy@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      8 months ago

      Life is bloat.

      Jokes aside, GUI really is bloat. Especially when it’s made by a corporate company with absolute dogshit development practices.

      On a more serious note, systemd is bloat. With all of you new kids coming over to this side, start with the right way: the runit way. Also compile Gentoo whilst you’re at it.

      Obligatory /s if anyone is offended, you bunch of snowflakes

  • MonkderDritte@feddit.de
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    8 months ago

    I had to debug dns issues with a wm. Was disgusted what Systemd all does what it shouldn’t.

    Musl was fine until i had to install the one blob most people hate and love, Steam.

      • AProfessional@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        8 months ago

        systemd-resolved is an independent binary and entirely optional, just developed by the same project.

        That said, it’s good. Supported DoT and DNSSEC early, easy to configure. No complaints for simple usage.

        • MonkderDritte@feddit.de
          link
          fedilink
          arrow-up
          1
          ·
          8 months ago

          and entirely optional

          In.the sense that it is usually delivered with all the other optional modules, and for alternatives or the old default you would need a bunch of shims and wrappers.

  • jkrtn@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    8 months ago

    The kernel is already monolithic enough without adding another piece of monolithic software that everything depends on. IMO the Unix philosophy means we should have interchangeable parts.

    There’s some amount of user error here but when I did use systemd I had a hard time turning off services I didn’t want because they were in the wants-to-have entry of other services. It’s like a separate config area to maintain with a specific maintenance tool software instead of flat files.

    I’m unfortunately using distros with systemd now tho.

  • linearchaos@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 months ago

    It’s a give and take honestly.

    System-d has better logging. Until you have something that needs to really really log. You can argue that if you have something that’s that dependent on logging it shouldn’t be logging through the console but it’s worked fine for decades. Auto pruning of logs isn’t necessarily ideal. Getting console logs and assist logs as a pain in the ass.

    Same goes for service dependencies we had this sorted it was answered via run levels and naming. It wasn’t necessarily the most elegant solution but it was simple and there was very little to go wrong.

    The tools to manage the services and logs are needlessly complicated. Service start, service stop, service status, service log, service enable, service disable. And I shouldn’t have to reload the Daemon every time I make a change.

    This isn’t to say that it’s all bad. It’s flexible, and for most workflows, it’s very automated and very light touch. The other pruning on the log file says probably saved a lot of downtime, a whole lot of downtime.

    It’s really well suited to desktop.

    Service creation is somewhat easier.

    Dependencies are more flexible than run levels.

    To be honest I wouldn’t go out of my way to run in a non-system distro but I would feel a little sigh of relief if something I was screwing with was still init.d

  • rottingleaf@lemmy.zip
    link
    fedilink
    arrow-up
    1
    ·
    8 months ago

    By importance, descending:

    First, I don’t like people promoting systemd. I don’t need it more than other init systems. It’s about picking the right group.

    Second, I want a simple distribution so I use Void, which famously uses runit. It’s about being lazy.

    Third, I don’t like the idea of it sprouting dependencies which it shouldn’t. It’s about paranoia. See recent news with a backdoor which wouldn’t work if not for this.

    • ancap shark@lemmy.today
      link
      fedilink
      arrow-up
      1
      ·
      8 months ago

      Why Void? Genuine question.

      I was trying different distros to replace my Zorin, I tried NixOS (didn’t like the setup), GoboLinux (really like the idea, but it’s very buggy). I ended up using EndevoursOS (arch btw) and I really love pacman/AUR, but I’m still not married to it

      • rottingleaf@lemmy.zip
        link
        fedilink
        arrow-up
        1
        ·
        8 months ago

        I actually don’t remember why I lost my patience and just tried Void then (4 years ago). Maybe had something to do with installing a Linux on a laptop after using only FreeBSD for some time, and sound setup and brightness control being confusing (actually everything in Linux is more clumsy and messy, so wanted a simple distribution).

        Debian I like, but it has a bit older versions of packages, as everyone knows, and also kernel versions, thus hardware support.

        Fedora - I don’t like the culture.

        OpenSUSE - I like it, but didn’t bother back then and now why change anything.

        Arch - I don’t like the idea of regularly solving problems which can be avoided by maintainers. AUR is attractive. The culture of clueless people proud of the fact that they installed Arch is a bit irritating.

        Gentoo and Funtoo - I like them, but time spent on compilation could be used better.

        Slackware - my favorite distribution, but it’s a bit manual, so even more chores than with Arch. I think I might try it again.

        And also Void has something just a bit similar to FreeBSD ports. I’d prefer it to be a real ports collection like in CRUX (which I might try some day), and I use pkgsrc anyway for such things now.

          • ancap shark@lemmy.today
            link
            fedilink
            arrow-up
            1
            ·
            8 months ago

            One thing that is really annoying me in AUR is how frequently thing break. Just the other day I had to tweak my settings because Hyprland pushed a breaking change.

            • dai@lemmy.world
              link
              fedilink
              arrow-up
              1
              ·
              8 months ago

              The comment change?

              If so that was fun, I updated my hyprland / hy3 flakes and I was bombarded by flashing red notifications indicating I’d caused Satan to return. Trawling through all my hyprland Configs I eventually put an end to the chaos.

              If not, I guess I’ll find out next time I update my flakes lol.