• @[email protected]
    link
    fedilink
    3411 days ago

    What is the difference between that and simply reboot? Does systemctl reboot have any benefits?

    • silly goose meekah
      link
      fedilink
      30
      edit-2
      11 days ago

      Wondering the same

      Edit: after a quick google session it seems like usually the reboot command is linked to systemctl so it should be pretty much the same thing as far as I understand.

    • @[email protected]
      link
      fedilink
      26
      edit-2
      11 days ago

      reboot is linked (aliased) to your init program. In the case you are using systemd then it’s equivalent to systemctl reboot.

      reboot is generic and calls whatever init program you use.

      There are more than one init. Like for example GNU Shepherd.