diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2016-10-18 12:16:32 +0200 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2016-10-21 15:13:50 +0200 |
commit | ae8c7939df962cbf660b2b9517fe46be272f58b9 (patch) | |
tree | f96883a2d249147c6e787a7b8c1903896194c6ad /man | |
parent | 87a47f99bc8e576a63581ad2593c62eb10a53814 (diff) |
core: use emergency_action for ctr+alt+del burst
Fixes #4306
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-system.conf.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index 1d995f143e..80cad7f09c 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -110,8 +110,9 @@ <listitem><para>Defines what action will be performed if user presses Ctrl-Alt-Delete more than 7 times in 2s. - Can be set to <literal>reboot-force</literal>, <literal>poweroff-force</literal> - or disabled with <literal>ignore</literal>. Defaults to + Can be set to <literal>reboot-force</literal>, <literal>poweroff-force</literal>, + <literal>reboot-immediate</literal>, <literal>poweroff-immediate</literal> + or disabled with <literal>none</literal>. Defaults to <literal>reboot-force</literal>. </para></listitem> </varlistentry> |