summaryrefslogtreecommitdiffstats
path: root/units/meson.build
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-08-22 15:54:43 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-08-22 16:20:14 +0200
commitc3c885a7716d3d50ad1b24f637414e18c6349442 (patch)
tree98b904a4b8cf9dcab34f6dc96a0a56c9d12b87ab /units/meson.build
parentman/rules: update man rules for systemd-tmpfiles-setup-dev-early.service (diff)
downloadsystemd-c3c885a7716d3d50ad1b24f637414e18c6349442.tar.xz
systemd-c3c885a7716d3d50ad1b24f637414e18c6349442.zip
bsod: several cleanups
- add reference to the service unit in the man page, - fix several indentation and typos, - replace '(uint64_t) -1' with 'UINT64_MAX', - drop unnecessary 'continue'.
Diffstat (limited to 'units/meson.build')
-rw-r--r--units/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/meson.build b/units/meson.build
index cb1be83599..2e649d6e5f 100644
--- a/units/meson.build
+++ b/units/meson.build
@@ -62,7 +62,7 @@ units = [
},
{
'file' : 'systemd-bsod.service.in',
- 'conditions' : ['HAVE_QRENCODE','ENABLE_INITRD'],
+ 'conditions' : ['HAVE_QRENCODE', 'ENABLE_INITRD'],
'symlinks' : ['initrd.target.wants/'],
},
{