• @MeanEYE@lemmy.world
    link
    fedilink
    151 year ago

    To be honest systemd is much simpler to me. Create a unit file, define what it depends on, accesses, etc. And you are done.

    • @taladar@sh.itjust.works
      link
      fedilink
      English
      121 year ago

      And most importantly you don’t have to deal with things like environment variables or other session state leaking into your startup scripts as you had with all the init script based init systems.

      I seriously do not miss services that worked when starting them from an ssh session but did not work on startup (because e.g. PATH had fewer directories).