Files
cheatsheet-tldr/tldr/linux/systemctl-suspend-then-hibernate
2026-01-13 00:19:20 +00:00

18 lines
537 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# systemctl suspend-then-hibernate
> Suspend the system, then automatically hibernate after a period of inactivity.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#suspend-then-hibernate>.
- Suspend the system and hibernate after the configured delay:
`systemctl suspend-then-hibernate`
- Force suspend-then-hibernate (bypass inhibitor locks):
`systemctl suspend-then-hibernate {{[-f|--force]}}`