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

linuxmemes

20707 readers
144 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
[–] [email protected] 34 points 1 week ago (2 children)

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

[–] [email protected] 30 points 1 week ago* (last edited 1 week 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] 26 points 1 week ago* (last edited 1 week 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.

[–] [email protected] 10 points 1 week ago
[–] [email protected] 9 points 1 week ago

Gentoo uses OpenRC