public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 1/2] volatile-binds: Change DefaultDependencies from false to no
@ 2022-04-29  7:34 Portia
  2022-04-29  7:34 ` [PATCH 2/2] volatile-binds: Remove TimeoutSec and allow DefaultTimeoutSec to be used Portia
  0 siblings, 1 reply; 5+ messages in thread
From: Portia @ 2022-04-29  7:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Portia

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>
---
 .../recipes-core/volatile-binds/files/volatile-binds.service.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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@
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-04-29 22:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-29  7:34 [PATCH 1/2] volatile-binds: Change DefaultDependencies from false to no Portia
2022-04-29  7:34 ` [PATCH 2/2] volatile-binds: Remove TimeoutSec and allow DefaultTimeoutSec to be used Portia
2022-04-29 15:38   ` [OE-core] " Khem Raj
2022-04-29 22:17     ` Portia Stephens
2022-04-29 22:45       ` Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox