Silverchase@sh.itjust.works to linuxmemes@lemmy.worldEnglish · 1 year agoreboot yourselfsh.itjust.worksimagemessage-square26linkfedilinkarrow-up1313arrow-down111
arrow-up1302arrow-down1imagereboot yourselfsh.itjust.worksSilverchase@sh.itjust.works to linuxmemes@lemmy.worldEnglish · 1 year agomessage-square26linkfedilink
minus-squareSatyrSack@lemmy.onelinkfedilinkarrow-up26·1 year agoWhat is the difference between that and simply reboot? Does systemctl reboot have any benefits?
minus-squaremariusafa@lemmy.sdf.orglinkfedilinkarrow-up17·1 year agoreboot 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.
What is the difference between that and simply
reboot? Doessystemctl reboothave any benefits?rebootis linked (aliased) to your init program. In the case you are using systemd then it’s equivalent tosystemctl reboot.rebootis generic and calls whatever init program you use.There are more than one init. Like for example GNU Shepherd.
SysV, Upstart
Gentoo uses OpenRC