]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
units: add simple boot check unit
authorLennart Poettering <lennart@poettering.net>
Mon, 25 Jun 2018 14:07:33 +0000 (16:07 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 19 Oct 2018 20:34:50 +0000 (22:34 +0200)
commitf876f53789380cb2c096e3c09401f7273387d1d2
tree1a15cb86c3a4b258a7f9120d2fe1883c4b909e51
parent4b2d80bb0a9725a871aaec1d0abeeb4fee2c6eda
units: add simple boot check unit

This is might be useful in some cases, but it's primarily an example for
a boot check service that can be plugged before boot-complete.target.

It's disabled by default.

All it does is check whether the failed unit count is zero
meson.build
src/boot/boot-check-no-failures.c [new file with mode: 0644]
units/meson.build
units/systemd-boot-check-no-failures.service.in [new file with mode: 0644]