Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-01 00:22:11 +00:00
parent 4cdd94d474
commit 25a086079f
12 changed files with 97 additions and 18 deletions

View File

@@ -0,0 +1,22 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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`