diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-08-07 20:48:09 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-08-07 21:26:53 +0200 |
commit | 570a11eb9d534ab3825855a50775d268283082be (patch) | |
tree | fdddaf7b6ab0bd160a7f6291f8e9881ac27665ca /man/systemd.xml | |
parent | crash-handler: Call vhangup on /dev/console before spawning crash shell (diff) | |
download | systemd-570a11eb9d534ab3825855a50775d268283082be.tar.xz systemd-570a11eb9d534ab3825855a50775d268283082be.zip |
crash-handler: Drop 10s sleep before we spawn the crash shell
It pointlessly delays getting to the crash shell so let's drop the
10s sleep.
Diffstat (limited to 'man/systemd.xml')
-rw-r--r-- | man/systemd.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/man/systemd.xml b/man/systemd.xml index af3d57b657..58e76eecb2 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -843,9 +843,8 @@ <listitem><para>Takes a boolean argument or enables the option if specified without an argument. If enabled, the system manager (PID 1) spawns a shell - when it crashes, after a 10s delay. Otherwise, no shell is spawned. Defaults - to disabled, for security reasons, as the shell is not protected by password - authentication.</para> + when it crashes. Otherwise, no shell is spawned. Defaults to disabled, for + security reasons, as the shell is not protected by password authentication.</para> <xi:include href="version-info.xml" xpointer="v233"/></listitem> </varlistentry> |