mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
systemctl-poweroff: add page (#18292)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
@@ -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`
|
||||
Reference in New Issue
Block a user