systemctl-suspend-then-hibernate: add page (#18095)

This commit is contained in:
Harshavardhan
2025-09-14 18:59:18 +05:30
committed by GitHub
parent 0ce280c8e8
commit ccd5e30a2a
@@ -0,0 +1,12 @@
# 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 --force`