summaryrefslogtreecommitdiffstats
path: root/units/meson.build
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2023-08-18 01:20:04 +0200
committerGitHub <noreply@github.com>2023-08-18 01:20:04 +0200
commitb24d10e35a09c36de2cc1d7e2141e2331df2ae54 (patch)
treeee718308d5f16d4aaf46d953400ad7b1641dbbb0 /units/meson.build
parentdissect: Set SYSTEMD_DISSECT_DEVICE to path of loop device (diff)
parentMake systemd-bsod not a public binary (diff)
downloadsystemd-b24d10e35a09c36de2cc1d7e2141e2331df2ae54.tar.xz
systemd-b24d10e35a09c36de2cc1d7e2141e2331df2ae54.zip
Merge pull request #28697 from 1awesomeJ/new_bsod
systemd-bsod: Add "--continuous" option
Diffstat (limited to 'units/meson.build')
-rw-r--r--units/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/units/meson.build b/units/meson.build
index 20665e0408..cb1be83599 100644
--- a/units/meson.build
+++ b/units/meson.build
@@ -61,6 +61,11 @@ units = [
'symlinks' : ['initrd.target.wants/'],
},
{
+ 'file' : 'systemd-bsod.service.in',
+ 'conditions' : ['HAVE_QRENCODE','ENABLE_INITRD'],
+ 'symlinks' : ['initrd.target.wants/'],
+ },
+ {
'file' : 'initrd-cleanup.service',
'conditions' : ['ENABLE_INITRD'],
},