diff options
author | Aaron Ball <nullspoon@oper.io> | 2021-01-17 20:59:48 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2021-01-17 20:59:48 -0700 |
commit | 91b855dd35722fe2296d766949eb72e8cf518f0a (patch) | |
tree | b48bf17c441cc2f6a6d17a7dc6a31613709a5870 | |
parent | b8031088c6f90a26e26dcc2792d7a9bc9c2eba19 (diff) | |
download | oper.io-91b855dd35722fe2296d766949eb72e8cf518f0a.tar.gz oper.io-91b855dd35722fe2296d766949eb72e8cf518f0a.tar.xz |
Fix linux:non-root-suspend
-rw-r--r-- | posts/linux:non-root-suspend.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posts/linux:non-root-suspend.rst b/posts/linux:non-root-suspend.rst index 00bbea9..db6ee5c 100644 --- a/posts/linux:non-root-suspend.rst +++ b/posts/linux:non-root-suspend.rst @@ -71,6 +71,7 @@ following command. echo mem > /sys/power/state + Once done, your computer should suspend shortly thereafter. One key press and it should wake back up. Here's the issue though. |