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