2025-12-16 10:20:31 -07:00
|
|
|
# systemctl-poweroff
|
|
|
|
|
|
|
|
|
|
> Power off the system.
|
|
|
|
|
> See also: `poweroff`.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#poweroff>.
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Power off the system:
|
|
|
|
|
|
|
|
|
|
`systemctl poweroff`
|
|
|
|
|
|
|
|
|
|
- Power off the system immediately without asking services to stop gracefully:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`systemctl poweroff {{[-f|--force]}}`
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Power off the system immediately without sending notifications to logged-in users:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`systemctl poweroff {{[-f|--force]}} --no-wall`
|