From: Portia Date: Fri, 29 Apr 2022 07:34:39 +0000 (+1000) Subject: volatile-binds: Change DefaultDependencies from false to no X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=add4dcb03dc7b034253db05f0023cb97cab8b26d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- 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 6612d2aae09..8fe7d8d4f95 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@