Skip to content

Commit 5714288

Browse files
systemctl-suspend: add page (#18002)
* systemctl-suspend: add page * fix: Removed a faulty example
1 parent 5b20274 commit 5714288

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pages/linux/systemctl-suspend.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# systemctl suspend
2+
3+
> Suspend the system.
4+
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#suspend>.
5+
6+
- Suspend the system immediately:
7+
8+
`systemctl suspend`
9+
10+
- Schedule a suspend after a 5 minute delay:
11+
12+
`sleep 300 && systemctl suspend`
13+
14+
- Suspend the system and then hibernate after a delay:
15+
16+
`systemctl hybrid-sleep`

0 commit comments

Comments
 (0)