mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 07:42:52 +00:00
18 lines
402 B
Plaintext
18 lines
402 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# systemctl kexec
|
|
|
|
> Reboot the system via kexec.
|
|
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#kexec>.
|
|
|
|
- Fast reboot using kexec (if kernel is pre-loaded):
|
|
|
|
`systemctl kexec`
|
|
|
|
- Force normal reboot even if kexec is available:
|
|
|
|
`systemctl kexec {{[-f|--force]}}`
|