]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
volatile-binds: Change DefaultDependencies from false to no
authorPortia <stephensportia@gmail.com>
Fri, 29 Apr 2022 07:34:39 +0000 (17:34 +1000)
committerAnuj Mittal <anuj.mittal@intel.com>
Tue, 10 May 2022 03:51:38 +0000 (11:51 +0800)
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: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-core/volatile-binds/files/volatile-binds.service.in

index e2ad39f258c56ac260543a978f9fdbaa6270e41f..0c1c79d0c45e0d36ac5d9e348191e5e59e36f4fb 100644 (file)
@@ -1,6 +1,6 @@
 [Unit]
 Description=Bind mount volatile @where@
-DefaultDependencies=false
+DefaultDependencies=no
 Before=local-fs.target
 RequiresMountsFor=@whatparent@ @whereparent@
 ConditionPathIsReadWrite=@whatparent@