this post was submitted on 07 Sep 2024
425 points (96.9% liked)

linuxmemes

20935 readers
433 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] SatyrSack@lemmy.one 34 points 1 month ago (2 children)

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

[–] meekah@lemmy.world 31 points 1 month ago* (last edited 1 month 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.

[–] mariusafa@lemmy.sdf.org 27 points 1 month ago* (last edited 1 month ago) (3 children)

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.

[–] InFerNo@lemmy.ml 10 points 1 month ago
[–] msage@programming.dev 9 points 1 month ago

Gentoo uses OpenRC