From b06d91934a84a81db88a2661559dd827812c425f Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 7 Jul 2024 00:23:53 +0300 Subject: [PATCH] systemctl-reboot: add page (#13232) --- pages/linux/systemctl-reboot.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/systemctl-reboot.md diff --git a/pages/linux/systemctl-reboot.md b/pages/linux/systemctl-reboot.md new file mode 100644 index 0000000000..13914e1391 --- /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`