diff --git a/pages/linux/systemctl-suspend-then-hibernate.md b/pages/linux/systemctl-suspend-then-hibernate.md new file mode 100644 index 0000000000..868ca939bf --- /dev/null +++ b/pages/linux/systemctl-suspend-then-hibernate.md @@ -0,0 +1,12 @@ +# 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 --force`