<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>
(void) sigaction(SIGCHLD, &sa, NULL);
if (arg_crash_shell) {
- log_notice("Executing crash shell in 10s...");
- (void) sleep(10);
-
pid = raw_clone(SIGCHLD);
if (pid < 0)
log_struct_errno(LOG_EMERG, errno,