summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorPortia <stephensportia@gmail.com>2022-04-29 17:34:39 +1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-30 21:59:32 +0100
commitadd4dcb03dc7b034253db05f0023cb97cab8b26d (patch)
treef0c7f4ed51fb1de33f6631f251b6249978e53ceb /meta/recipes-core
parent5ab213178c011152e29dfb0a80251c5e5ab79900 (diff)
downloadopenembedded-core-add4dcb03dc7b034253db05f0023cb97cab8b26d.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>
Diffstat (limited to 'meta/recipes-core')
-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 6612d2aae0..8fe7d8d4f9 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@