2025-12-16 10:20:31 -07:00
|
|
|
# systemctl kexec
|
|
|
|
|
|
|
|
|
|
> Reboot the system via kexec.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#kexec>.
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Fast reboot using kexec (if kernel is pre-loaded):
|
|
|
|
|
|
|
|
|
|
`systemctl kexec`
|
|
|
|
|
|
|
|
|
|
- Force normal reboot even if kexec is available:
|
|
|
|
|
|
|
|
|
|
`systemctl kexec {{[-f|--force]}}`
|