systemctl-suspend: add page (#18002)

* systemctl-suspend: add page

* fix: Removed a faulty example
This commit is contained in:
Harshavardhan
2025-09-09 17:42:10 +05:30
committed by GitHub
parent 5b202743e7
commit 5714288e62
+16
View File
@@ -0,0 +1,16 @@
# 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`