systemd/ostree-boot-complete: Add ConditionKernelCommandLine=ostree

In practice we don't enable this unit except via our generator,
but let's do this on general principle.
This commit is contained in:
Colin Walters 2024-01-05 10:57:16 -05:00
parent ac8638f3e4
commit eb4fb917fb

View File

@ -16,6 +16,7 @@
[Unit]
Description=OSTree Complete Boot
Documentation=man:ostree(1)
ConditionKernelCommandLine=ostree
# For now, this is the only condition on which we start, but it's
# marked as a triggering condition in case in the future we want
# to do something else.