[systemd-commits] man/logind.conf.xml
Lennart Poettering
lennart at kemper.freedesktop.org
Wed Jan 16 08:57:53 PST 2013
man/logind.conf.xml | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
New commits:
commit c29e06468cec7fac42b4a9b4ff735330d1ce71b5
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Jan 16 17:57:08 2013 +0100
man: document logind's IdleAction= and IdleActionSec=
diff --git a/man/logind.conf.xml b/man/logind.conf.xml
index df15d51..b602e2a 100644
--- a/man/logind.conf.xml
+++ b/man/logind.conf.xml
@@ -142,6 +142,44 @@
</varlistentry>
<varlistentry>
+ <term><varname>IdleAction=</varname></term>
+
+ <listitem><para>Configures the action
+ to take when the system is idle. Takes
+ one of <literal>ignore</literal>,
+ <literal>poweroff</literal>,
+ <literal>reboot</literal>,
+ <literal>halt</literal>,
+ <literal>kexec</literal>,
+ <literal>suspend</literal>,
+ <literal>hibernate</literal>,
+ <literal>hybrid-sleep</literal>,
+ <literal>lock</literal>. Defaults to
+ <literal>ignore</literal>.</para>
+
+ <para>Note that this requires that
+ user sessions correctly report the
+ idle status to the system. The system
+ will execute the action after all
+ sessions reported that they are idle,
+ and no idle inhibitor lock is active,
+ and subsquently the time configured
+ with <varname>IdleActionSec=</varname>
+ (see below) has passed.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><varname>IdleActionSec=</varname></term>
+
+ <listitem><para>Configures the delay
+ after which the action configured in
+ <varname>IdleAction=</varname> (see
+ above) is taken after the system is
+ idle.</para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><varname>KillOnlyUsers=</varname></term>
<term><varname>KillExcludeUsers=</varname></term>
More information about the systemd-commits
mailing list