diff options
author | Luca Boccassi <bluca@debian.org> | 2023-08-18 01:20:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-18 01:20:04 +0200 |
commit | b24d10e35a09c36de2cc1d7e2141e2331df2ae54 (patch) | |
tree | ee718308d5f16d4aaf46d953400ad7b1641dbbb0 /units/meson.build | |
parent | dissect: Set SYSTEMD_DISSECT_DEVICE to path of loop device (diff) | |
parent | Make systemd-bsod not a public binary (diff) | |
download | systemd-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.build | 5 |
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'], }, |