• Shnog@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    9 months ago

    Are you using Linux at work without systemd? Seems unlikely. All our 400+ nodes run RHEL and consequently systemd. This doesn’t seem to impact our researchers’ use of CUDA in the slightest when executing code on the nodes or in any kind of container.

    • Aniki 🌱🌿@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      9 months ago

      No I’m a big fan of systemd. Unit files for docker deployments is so much easier than anything sysvinit is going to be able to do without a fuckton of logic to write custom configuration files.

      • lemmyvore@feddit.nl
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        9 months ago

        With other init systems you don’t have to write any custom config files. You just have to start docker; it already has container maintenance built-in.

        I’ll never understand why they had to complicate it and require every container to also have a unit of explicit management.

          • lemmyvore@feddit.nl
            link
            fedilink
            English
            arrow-up
            1
            arrow-down
            1
            ·
            9 months ago

            It is, it’s what restart: always does. It will restart a container on failure and start it on boot, unless explicitly stopped.