mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
4c1b174660
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
482 B
482 B
systemctl soft-reboot
Shut down and reboot userspace, leaving the kernel running. More information: https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#soft-reboot.
- Perform a soft reboot immediately:
systemctl soft-reboot
- Force a soft reboot:
systemctl soft-reboot --force
- Schedule a soft reboot for a specific time:
systemctl soft-reboot --when "{{timestamp}}"
- Cancel a scheduled soft reboot:
systemctl soft-reboot --when cancel