• luciferofastora@feddit.org
      link
      fedilink
      arrow-up
      0
      ·
      4 days 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?

      • MonkderVierte@lemmy.zip
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        3 days 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.

      • WhyJiffie@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        0
        ·
        3 days 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.

      • Wilmo@programming.dev
        link
        fedilink
        English
        arrow-up
        0
        ·
        4 days 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