2025-12-16 10:20:31 -07:00
|
|
|
# systemctl hybrid-sleep
|
|
|
|
|
|
|
|
|
|
> Put the system into hybrid sleep, which combines suspend-to-RAM and hibernate.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#hybrid-sleep>.
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Put the system into hybrid sleep immediately:
|
|
|
|
|
|
|
|
|
|
`systemctl hybrid-sleep`
|
|
|
|
|
|
|
|
|
|
- Force hybrid sleep even if inhibitors are present:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`systemctl hybrid-sleep {{[-f|--force]}}`
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Put the system into hybrid sleep without sending a wall message to logged-in users:
|
|
|
|
|
|
|
|
|
|
`systemctl hybrid-sleep --no-wall`
|