2025-12-16 10:20:31 -07:00
|
|
|
# systemctl suspend-then-hibernate
|
|
|
|
|
|
|
|
|
|
> Suspend the system, then automatically hibernate after a period of inactivity.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#suspend-then-hibernate>.
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Suspend the system and hibernate after the configured delay:
|
|
|
|
|
|
|
|
|
|
`systemctl suspend-then-hibernate`
|
|
|
|
|
|
|
|
|
|
- Force suspend-then-hibernate (bypass inhibitor locks):
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`systemctl suspend-then-hibernate {{[-f|--force]}}`
|