diff options
author | Leah Neukirchen <leah@vuxu.org> | 2020-10-01 20:45:25 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2020-10-01 20:45:30 +0200 |
commit | 7e5c4cfe0d8f7b2e9aa5e031582c99f2687b1633 (patch) | |
tree | 9343832109e24f6a87fb81c4b6d9ef95916e2a27 /zzz | |
parent | 8ab6d402b5d6d134dc3ac59742220107911d7750 (diff) | |
download | runit-void-7e5c4cfe0d8f7b2e9aa5e031582c99f2687b1633.tar.gz runit-void-7e5c4cfe0d8f7b2e9aa5e031582c99f2687b1633.tar.xz runit-void-7e5c4cfe0d8f7b2e9aa5e031582c99f2687b1633.zip |
zzz: suspend is S1
Diffstat (limited to 'zzz')
-rwxr-xr-x | zzz | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zzz b/zzz index 6dd903c..38f65d4 100755 --- a/zzz +++ b/zzz @@ -3,7 +3,7 @@ USAGE="Usage: ${0##*/} [-nSzZR] -n dry run (sleep for 5s instead of suspend/hibernate) - -S Low-power idle (ACPI S0) + -S Low-power idle (ACPI S1) -z suspend to RAM (ACPI S3) [DEFAULT for zzz(8)] -Z hibernate to disk & power off (ACPI S4) [DEFAULT for ZZZ(8)] -R hibernate to disk & reboot |