2025-12-16 10:20:31 -07:00
|
|
|
# systemctl suspend
|
|
|
|
|
|
|
|
|
|
> Suspend the system.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#suspend>.
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- 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`
|