diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-09-20 17:46:26 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-09-20 19:39:03 +0200 |
commit | f62c5bd15203aa944d6bce7d03ab5bad6b0958a0 (patch) | |
tree | 7163465a7d044be26b56e63376e44d0bd3d662ac /units | |
parent | 34357545590d4791d1acbbeb07ae8f7636e187cb (diff) | |
download | systemd-f62c5bd15203aa944d6bce7d03ab5bad6b0958a0.tar.gz |
units: hookup systemd-boot-update.service
It was apparently missed to hook this up in
71c8bf28378958a5ab2348e9ec586fbe78c71dfd.
Diffstat (limited to 'units')
-rw-r--r-- | units/meson.build | 1 |
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', ''], |