• MonkderVierte@lemmy.zip
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    1 day ago

    Systemd waiting for <random thing> to terminate on shutdown is one of the reasons i’ve ditched it.

      • Wilmo@programming.dev
        link
        fedilink
        English
        arrow-up
        3
        ·
        21 hours ago

        You can change the default wait from 90 seconds to something like 5 seconds.

        /etc/systemd/system.conf.d/system.conf

        [Manager] DefaultTimeoutStopSec=2s

    • luciferofastora@feddit.org
      link
      fedilink
      arrow-up
      2
      ·
      20 hours ago

      I don’t think I’ve ever had that issue. My PC shuts down within a few seconds. What kind of things would refuse to terminate?

      • WhyJiffie@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        8
        arrow-down
        1
        ·
        20 hours ago

        a bad configuration, mostly. people love to bash systemd but this is sensible, that it does not outright kill services that aren’t ready for that. if your computer shuts diwn slowly because of that, that is a configuration issue, that either a service or a mount does not stop cleanly.

      • MonkderVierte@lemmy.zip
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        16 hours ago

        Udev i think. Also, that’s a thing Systemd is (more or less) infamous for. Which is, why this joke weirded me out a bit.

        • luciferofastora@feddit.org
          link
          fedilink
          arrow-up
          1
          ·
          11 hours ago

          Also, that’s a thing Systemd is (more or less) infamous for.

          I’ve never heard of it before. I don’t know where it is infamous, I’ve never had that issue and of all the criticism I’ve seen levelled at Linux in general or systemd in particular, that has never been one. Maybe there was some configuration stuff, as the other reply mentioned?