mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 09:49:04 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/linux/systemctl-suspend
Normal file
21
tldr/linux/systemctl-suspend
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# systemctl suspend
|
||||
|
||||
> Suspend the system.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#suspend>.
|
||||
|
||||
- Suspend the system immediately:
|
||||
|
||||
`systemctl suspend`
|
||||
|
||||
- Schedule a suspend after a 5 minute delay:
|
||||
|
||||
`sleep 300 && systemctl suspend`
|
||||
|
||||
- Suspend the system and then hibernate after a delay:
|
||||
|
||||
`systemctl hybrid-sleep`
|
||||
Reference in New Issue
Block a user