summaryrefslogtreecommitdiff
path: root/units/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-06-25 17:24:09 +0200
committerLennart Poettering <lennart@poettering.net>2018-10-19 22:34:50 +0200
commit36695e880aff9c1525ed4efd5e42df1c62932a80 (patch)
tree72d454b675f2232833045b0e44d276ce1e7e6bfc /units/meson.build
parent82ea38258c0f4964c2f3ad3691c6e4554c4f0bb0 (diff)
downloadsystemd-36695e880aff9c1525ed4efd5e42df1c62932a80.tar.gz
add new systemd-bless-boot.service that marks boots as successful
This is the counterpiece to the boot counting implemented in systemd-boot: if a boot is detected as successful we mark drop the counter again from the booted snippet or kernel image.
Diffstat (limited to 'units/meson.build')
-rw-r--r--units/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/units/meson.build b/units/meson.build
index 70eabe5227..26a725b575 100644
--- a/units/meson.build
+++ b/units/meson.build
@@ -136,6 +136,7 @@ in_units = [
['systemd-backlight@.service', 'ENABLE_BACKLIGHT'],
['systemd-binfmt.service', 'ENABLE_BINFMT',
'sysinit.target.wants/'],
+ ['systemd-bless-boot.service', 'ENABLE_EFI HAVE_BLKID'],
['systemd-coredump@.service', 'ENABLE_COREDUMP'],
['systemd-firstboot.service', 'ENABLE_FIRSTBOOT',
'sysinit.target.wants/'],