summaryrefslogtreecommitdiff
path: root/units/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-07-19 18:06:00 +0200
committerLennart Poettering <lennart@poettering.net>2019-07-25 18:20:50 +0200
commitd985064a8bd2878d0a544122f21841c9b6f9f304 (patch)
treee9f375c250be6beed58004477562816ef27649c1 /units/meson.build
parentd6e9a347a593152fb9d759ebb4d0e7314c8eb52f (diff)
downloadsystemd-d985064a8bd2878d0a544122f21841c9b6f9f304.tar.gz
units: automatically initialize the system token if that makes sense
Diffstat (limited to 'units/meson.build')
-rw-r--r--units/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/units/meson.build b/units/meson.build
index 72535b85ee..5d2f723a70 100644
--- a/units/meson.build
+++ b/units/meson.build
@@ -135,6 +135,8 @@ in_units = [
'sysinit.target.wants/'],
['systemd-bless-boot.service', 'ENABLE_EFI HAVE_BLKID'],
['systemd-boot-check-no-failures.service', ''],
+ ['systemd-boot-system-token.service', 'ENABLE_EFI',
+ 'sysinit.target.wants/'],
['systemd-coredump@.service', 'ENABLE_COREDUMP'],
['systemd-pstore.service', 'ENABLE_PSTORE'],
['systemd-firstboot.service', 'ENABLE_FIRSTBOOT',