mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
man: split an overly long paragraph in two
This commit is contained in:
parent
acc63800bc
commit
30e0343b1c
@ -205,47 +205,34 @@
|
|||||||
<term><varname>HandleLidSwitchExternalPower=</varname></term>
|
<term><varname>HandleLidSwitchExternalPower=</varname></term>
|
||||||
<term><varname>HandleLidSwitchDocked=</varname></term>
|
<term><varname>HandleLidSwitchDocked=</varname></term>
|
||||||
|
|
||||||
<listitem><para>Controls how logind shall handle the
|
<listitem><para>Controls how logind shall handle the system power, reboot and sleep keys and the lid
|
||||||
system power, reboot and sleep keys and the lid switch to trigger
|
switch to trigger actions such as system power-off, reboot or suspend. Can be one of
|
||||||
actions such as system power-off, reboot or suspend. Can be one of
|
<literal>ignore</literal>, <literal>poweroff</literal>, <literal>reboot</literal>,
|
||||||
<literal>ignore</literal>,
|
<literal>halt</literal>, <literal>kexec</literal>, <literal>suspend</literal>,
|
||||||
<literal>poweroff</literal>,
|
<literal>hibernate</literal>, <literal>hybrid-sleep</literal>,
|
||||||
<literal>reboot</literal>,
|
<literal>suspend-then-hibernate</literal>, <literal>lock</literal>, and
|
||||||
<literal>halt</literal>,
|
<literal>factory-reset</literal>. If <literal>ignore</literal>, <command>systemd-logind</command>
|
||||||
<literal>kexec</literal>,
|
will never handle these keys. If <literal>lock</literal>, all running sessions will be screen-locked;
|
||||||
<literal>suspend</literal>,
|
otherwise, the specified action will be taken in the respective event. Only input devices with the
|
||||||
<literal>hibernate</literal>,
|
<literal>power-switch</literal> udev tag will be watched for key/lid switch
|
||||||
<literal>hybrid-sleep</literal>,
|
events.</para>
|
||||||
<literal>suspend-then-hibernate</literal>,
|
|
||||||
<literal>lock</literal>, and
|
<para><varname>HandlePowerKey=</varname> defaults to <literal>poweroff</literal>,
|
||||||
<literal>factory-reset</literal>.
|
<varname>HandleRebootKey=</varname> defaults to <literal>reboot</literal>,
|
||||||
If <literal>ignore</literal>, logind will never handle these
|
<varname>HandleSuspendKey=</varname> defaults to <literal>suspend</literal>,
|
||||||
keys. If <literal>lock</literal>, all running sessions will be
|
<varname>HandleHibernateKey=</varname> defaults to <literal>hibernate</literal>,
|
||||||
screen-locked; otherwise, the specified action will be taken
|
<varname>HandlePowerKeyLongPress=</varname> defaults to <literal>ignore</literal>,
|
||||||
in the respective event. Only input devices with the
|
<varname>HandleRebootKeyLongPress=</varname> defaults to <literal>poweroff</literal>,
|
||||||
<literal>power-switch</literal> udev tag will be watched for
|
<varname>HandleSuspendKeyLongPress=</varname> defaults to <literal>hibernate</literal>,
|
||||||
key/lid switch events. <varname>HandlePowerKey=</varname>
|
<varname>HandleHibernateKeyLongPress=</varname> defaults to <literal>ignore</literal>.
|
||||||
defaults to <literal>poweroff</literal>, <varname>HandleRebootKey=</varname>
|
<varname>HandleLidSwitch=</varname> defaults to <literal>suspend</literal>.
|
||||||
defaults to <literal>reboot</literal>, <varname>HandleSuspendKey=</varname>
|
<varname>HandleLidSwitchExternalPower=</varname> is completely ignored by default (for backwards
|
||||||
defaults to <literal>suspend</literal>, <varname>HandleHibernateKey=</varname>
|
compatibility) — an explicit value must be set before it will be used to determine
|
||||||
defaults to <literal>hibernate</literal>, <varname>HandlePowerKeyLongPress=</varname>
|
behaviour. <varname>HandleLidSwitchDocked=</varname> defaults to <literal>ignore</literal>. If the
|
||||||
defaults to <literal>ignore</literal>, <varname>HandleRebootKeyLongPress=</varname>
|
system is inserted in a docking station, or if more than one display is connected, the action
|
||||||
defaults to <literal>poweroff</literal>, <varname>HandleSuspendKeyLongPress=</varname>
|
specified by <varname>HandleLidSwitchDocked=</varname> occurs; if the system is on external power the
|
||||||
defaults to <literal>hibernate</literal>, <varname>HandleHibernateKeyLongPress=</varname>
|
action (if any) specified by <varname>HandleLidSwitchExternalPower=</varname> occurs; otherwise the
|
||||||
defaults to <literal>ignore</literal>.
|
<varname>HandleLidSwitch=</varname> action occurs.</para>
|
||||||
<varname>HandleLidSwitch=</varname> defaults to
|
|
||||||
<literal>suspend</literal>.
|
|
||||||
<varname>HandleLidSwitchExternalPower=</varname> is completely
|
|
||||||
ignored by default (for backwards compatibility) — an explicit
|
|
||||||
value must be set before it will be used to determine
|
|
||||||
behaviour. <varname>HandleLidSwitchDocked=</varname> defaults
|
|
||||||
to <literal>ignore</literal>. If the system is inserted in a
|
|
||||||
docking station, or if more than one display is connected, the
|
|
||||||
action specified by <varname>HandleLidSwitchDocked=</varname>
|
|
||||||
occurs; if the system is on external power the action (if any)
|
|
||||||
specified by <varname>HandleLidSwitchExternalPower=</varname>
|
|
||||||
occurs; otherwise the <varname>HandleLidSwitch=</varname>
|
|
||||||
action occurs.</para>
|
|
||||||
|
|
||||||
<para>A different application may disable logind's handling of system power and
|
<para>A different application may disable logind's handling of system power and
|
||||||
sleep keys and the lid switch by taking a low-level inhibitor lock
|
sleep keys and the lid switch by taking a low-level inhibitor lock
|
||||||
|
Loading…
Reference in New Issue
Block a user