--- 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: . - 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]}}`