From: Lennart Poettering Date: Mon, 20 Sep 2021 15:46:26 +0000 (+0200) Subject: units: hookup systemd-boot-update.service X-Git-Tag: v250-rc1~650 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f62c5bd15203aa944d6bce7d03ab5bad6b0958a0;p=thirdparty%2Fsystemd.git units: hookup systemd-boot-update.service It was apparently missed to hook this up in 71c8bf28378958a5ab2348e9ec586fbe78c71dfd. --- diff --git a/units/meson.build b/units/meson.build index dda57c2a2de..3471d82b4e2 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', ''],