summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPortia <stephensportia@gmail.com>2022-04-29 17:34:39 +1000
committerSteve Sakoman <steve@sakoman.com>2022-05-10 08:23:11 -1000
commit00db62342e67b916213c3b54db23c8090621462f (patch)
tree4d9b33e22431c5f82fb2892fa318d50b684ce111
parent62965ca8ca7077c12d75dac37efe204d7159cddd (diff)
downloadopenembedded-core-00db62342e67b916213c3b54db23c8090621462f.tar.gz
volatile-binds: Change DefaultDependencies from false to no
The systemd-unit parameter DefaultDependencies changed from true/false to yes/no. This changed in systemd in v242. Signed-off-by: Portia Stephens <stephensportia@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit add4dcb03dc7b034253db05f0023cb97cab8b26d) Signed-off-by: Steve Sakoman <steve@sakoman.com> (cherry picked from commit 9da23a2b912edd043037a8e2e1047f7f3ba6886a) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-core/volatile-binds/files/volatile-binds.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/volatile-binds/files/volatile-binds.service.in b/meta/recipes-core/volatile-binds/files/volatile-binds.service.in
index b23355a714..4b34ebd12d 100644
--- a/meta/recipes-core/volatile-binds/files/volatile-binds.service.in
+++ b/meta/recipes-core/volatile-binds/files/volatile-binds.service.in
@@ -1,6 +1,6 @@
[Unit]
Description=Bind mount volatile @where@
-DefaultDependencies=false
+DefaultDependencies=no
Before=local-fs.target
RequiresMountsFor=@whatparent@ @whereparent@
ConditionPathIsReadWrite=@whatparent@