2025-12-16 10:20:31 -07:00
|
|
|
# systemctl soft-reboot
|
|
|
|
|
|
|
|
|
|
> Shut down and reboot userspace, leaving the kernel running.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#soft-reboot>.
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Perform a soft reboot immediately:
|
|
|
|
|
|
|
|
|
|
`systemctl soft-reboot`
|
|
|
|
|
|
|
|
|
|
- Force a soft reboot:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`systemctl soft-reboot {{[-f|--force]}}`
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Schedule a soft reboot for a specific time:
|
|
|
|
|
|
|
|
|
|
`systemctl soft-reboot --when "{{timestamp}}"`
|
|
|
|
|
|
|
|
|
|
- Cancel a scheduled soft reboot:
|
|
|
|
|
|
|
|
|
|
`systemctl soft-reboot --when cancel`
|