mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 23:02:00 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/linux/systemctl-soft-reboot
Normal file
25
tldr/linux/systemctl-soft-reboot
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user