summaryrefslogtreecommitdiff
path: root/units/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-09-20 17:46:26 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-09-20 19:39:03 +0200
commitf62c5bd15203aa944d6bce7d03ab5bad6b0958a0 (patch)
tree7163465a7d044be26b56e63376e44d0bd3d662ac /units/meson.build
parent34357545590d4791d1acbbeb07ae8f7636e187cb (diff)
downloadsystemd-f62c5bd15203aa944d6bce7d03ab5bad6b0958a0.tar.gz
units: hookup systemd-boot-update.service
It was apparently missed to hook this up in 71c8bf28378958a5ab2348e9ec586fbe78c71dfd.
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 dda57c2a2d..3471d82b4e 100644
--- a/units/meson.build
+++ b/units/meson.build
@@ -105,6 +105,7 @@ units = [
['systemd-ask-password-wall.service', ''],
['systemd-boot-system-token.service', 'HAVE_GNU_EFI',
'sysinit.target.wants/'],
+ ['systemd-boot-update.service', 'HAVE_GNU_EFI'],
['systemd-coredump.socket', 'ENABLE_COREDUMP',
'sockets.target.wants/'],
['systemd-exit.service', ''],