]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/systemd-boot-check-no-failures.service.xml
Merge pull request #10912 from poettering/gpt-root-rw
[thirdparty/systemd.git] / man / systemd-boot-check-no-failures.service.xml
1 <?xml version='1.0'?> <!--*-nxml-*-->
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4
5 <!--
6 SPDX-License-Identifier: LGPL-2.1+
7 -->
8
9 <refentry id="systemd-boot-check-no-failures.service"
10 xmlns:xi="http://www.w3.org/2001/XInclude">
11
12 <refentryinfo>
13 <title>systemd-boot-check-no-failures.service</title>
14 <productname>systemd</productname>
15 </refentryinfo>
16
17 <refmeta>
18 <refentrytitle>systemd-boot-check-no-failures.service</refentrytitle>
19 <manvolnum>8</manvolnum>
20 </refmeta>
21
22 <refnamediv>
23 <refname>systemd-boot-check-no-failures.service</refname>
24 <refpurpose>verify that the system booted up cleanly</refpurpose>
25 </refnamediv>
26
27 <refsynopsisdiv>
28 <para><filename>systemd-boot-check-no-failures.service</filename></para>
29 <para><filename>/usr/lib/systemd/system-boot-check-no-failures</filename></para>
30 </refsynopsisdiv>
31
32 <refsect1>
33 <title>Description</title>
34
35 <para><filename>systemd-boot-check-no-failures.service</filename> is a system service that checks whether the
36 system booted up successfully. This service implements a very minimal test only: whether there are any failed units on
37 the system. This service is disabled by default. When enabled, it is ordered before
38 <filename>boot-complete.target</filename>, thus ensuring the target cannot be reached when the system booted up
39 with failed services.</para>
40
41 <para>Note that due the simple nature of this check this service is probably not suitable for deployment in most
42 scenarios. It is primarily useful only as example for developing more fine-grained checks to order before
43 <filename>boot-complete.target</filename>.</para>
44 </refsect1>
45
46 <refsect1>
47 <title>See Also</title>
48 <para>
49 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
50 <citerefentry><refentrytitle>systemd.special</refentrytitle><manvolnum>1</manvolnum></citerefentry>
51 </para>
52 </refsect1>
53
54 </refentry>