systemctl-poweroff: add page (#18292)

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
mady20
2025-09-30 22:18:21 +05:30
committed by GitHub
parent 9a7ad4efeb
commit cc82e4ea34
+17
View File
@@ -0,0 +1,17 @@
# systemctl-poweroff
> Power off the system.
> See also: `poweroff`.
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#poweroff>.
- 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`