diff --git a/pages/linux/systemctl-reboot.md b/pages/linux/systemctl-reboot.md new file mode 100644 index 000000000..13914e139 --- /dev/null +++ b/pages/linux/systemctl-reboot.md @@ -0,0 +1,12 @@ +# systemctl reboot + +> Reboot the system. +> More information: . + +- Reboot the system: + +`systemctl reboot` + +- Reboot into the BIOS/UEFI menu: + +`systemctl reboot --firmware-setup`