diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-05-05 00:34:48 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-05-05 00:36:08 +0200 |
commit | eecd1362f7f4de432483b5d77c56726c3621a83a (patch) | |
tree | e8f1f3639121d317660cc6cc0d5ffe8f8731a39f /man/logind.conf.xml | |
parent | a26336da875a6657d404d1e44b86ae067c34b110 (diff) |
logind: implement delay inhibitor locks in addition to block inhibitor locks
This is useful to allow applications to synchronously save data before
the system is suspended or shut down.
Diffstat (limited to 'man/logind.conf.xml')
-rw-r--r-- | man/logind.conf.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 6a10fa9868..deca1cdd7f 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -146,6 +146,20 @@ defaults to <literal>cpu</literal>.</para></listitem> </varlistentry> + + <varlistentry> + <term><varname>InhibitDelayMaxSec=</varname></term> + + <listitem><para>Specifies the maximum + time a suspend or reboot is delayed + due to an inhibitor lock of type + <literal>delay</literal> being taken + before it is ignored and the operation + executed anyway. Defaults to + 5s.</para></listitem> + + </varlistentry> + </variablelist> <para>Note that setting |