From cc82e4ea34ae00559e4095fda65b4026ad7506d7 Mon Sep 17 00:00:00 2001 From: mady20 <165700212+mady20@users.noreply.github.com> Date: Tue, 30 Sep 2025 22:18:21 +0530 Subject: [PATCH] systemctl-poweroff: add page (#18292) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/linux/systemctl-poweroff.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pages/linux/systemctl-poweroff.md diff --git a/pages/linux/systemctl-poweroff.md b/pages/linux/systemctl-poweroff.md new file mode 100644 index 0000000000..a99c121183 --- /dev/null +++ b/pages/linux/systemctl-poweroff.md @@ -0,0 +1,17 @@ +# systemctl-poweroff + +> Power off the system. +> See also: `poweroff`. +> More information: . + +- Power off the system: + +`systemctl poweroff` + +- Power off the system immediately without asking services to stop gracefully: + +`systemctl poweroff --force` + +- Power off the system immediately without sending notifications to logged-in users: + +`systemctl poweroff --force --no-wall`