diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-10-28 00:49:04 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-10-28 00:50:35 +0200 |
commit | 6524990fdc98370ecba5d9f73e67161e8798c010 (patch) | |
tree | 870ed57ed3c756dd34a0223692d1ec5b9e5ef44d /man/logind.conf.xml | |
parent | 2001208c2ab631a69896d1f670c26846b70d1fb7 (diff) |
logind: support for hybrid sleep (i.e. suspend+hibernate at the same time)
Diffstat (limited to 'man/logind.conf.xml')
-rw-r--r-- | man/logind.conf.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 3d83d2c81c..29469d37e1 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -211,8 +211,9 @@ <literal>poweroff</literal>, <literal>reboot</literal>, <literal>halt</literal>, - <literal>kexec</literal> and - <literal>hibernate</literal>. If + <literal>kexec</literal>, + <literal>hibernate</literal> and + <literal>hybrid-sleep</literal>. If <literal>ignore</literal> logind will never handle these keys. Otherwise the specified action will be taken in the |