2023-06-19 17:16:23 +03:00
<?xml version='1.0'?> <!-- * - nxml - * -->
< !DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<!-- SPDX - License - Identifier: LGPL - 2.1 - or - later -->
2023-08-22 16:54:43 +03:00
<refentry id= "systemd-bsod.service" conditional= 'HAVE_QRENCODE' xmlns:xi= "http://www.w3.org/2001/XInclude" >
2023-06-19 17:16:23 +03:00
<refentryinfo >
<title > systemd-bsod</title>
<productname > systemd</productname>
</refentryinfo>
<refmeta >
2023-08-22 16:54:43 +03:00
<refentrytitle > systemd-bsod.service</refentrytitle>
2023-06-19 17:16:23 +03:00
<manvolnum > 8</manvolnum>
</refmeta>
<refnamediv >
2023-08-22 16:54:43 +03:00
<refname > systemd-bsod.service</refname>
2023-06-19 17:16:23 +03:00
<refname > systemd-bsod</refname>
2023-08-22 16:54:43 +03:00
<refpurpose > Displays boot-time emergency log message in full screen.</refpurpose>
2023-06-19 17:16:23 +03:00
</refnamediv>
<refsynopsisdiv >
2023-08-22 16:54:43 +03:00
<para > <filename > systemd-bsod.service</filename> </para>
2023-06-19 17:16:23 +03:00
<cmdsynopsis >
<command > systemd-bsod</command>
<arg choice= "opt" rep= "repeat" > OPTIONS</arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1 >
<title > Description</title>
2023-08-22 16:54:43 +03:00
<para > <filename > systemd-bsod.service</filename> is used to display a blue screen which contains a message
relating to a boot failure, including a QR code which can be scanned to get helpful information about the
failure.</para>
2023-06-19 17:16:23 +03:00
</refsect1>
<refsect1 >
<title > Options</title>
2023-08-22 16:54:43 +03:00
<para > The following options are understood by <command > systemd-bsod</command> :</para>
2023-06-19 17:16:23 +03:00
<variablelist >
<xi:include href= "standard-options.xml" xpointer= "help" />
<xi:include href= "standard-options.xml" xpointer= "version" />
2023-08-06 19:09:27 +03:00
2023-08-22 16:54:43 +03:00
<varlistentry >
2023-08-06 19:09:27 +03:00
<term > <option > -c</option> </term>
<term > <option > --continuous</option> </term>
2023-08-22 16:54:43 +03:00
<listitem > <para > When specified, <command > systemd-bsod</command> waits continuously for changes in the
2023-08-22 19:52:36 +03:00
journal if it doesn't find any emergency messages on the initial attempt.</para>
<xi:include href= "version-info.xml" xpointer= "v255" /> </listitem>
2023-08-22 16:54:43 +03:00
</varlistentry>
2023-06-19 17:16:23 +03:00
</variablelist>
2023-08-06 19:09:27 +03:00
2023-06-19 17:16:23 +03:00
</refsect1>
<refsect1 >
<title > Exit status</title>
<para > On success (displaying the journal message successfully), 0 is returned, a non-zero failure code otherwise.</para>
</refsect1>
<refsect1 >
<title > See Also</title>
<para >
<citerefentry > <refentrytitle > systemd</refentrytitle> <manvolnum > 1</manvolnum> </citerefentry>
</para>
</refsect1>
</refentry>