We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b20274 commit 5714288Copy full SHA for 5714288
pages/linux/systemctl-suspend.md
@@ -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