From 9e556960421c8bbe8851d9810352a5b4bd3b50df Mon Sep 17 00:00:00 2001 From: Portia Date: Fri, 29 Apr 2022 17:34:40 +1000 Subject: volatile-binds: Remove TimeoutSec and allow DefaultTimeoutSec to be used Remove setting TimeoutSec and allow the DefaultTimeSec to be set for the volatile-binds services. (From OE-Core rev: 86aea324e423ce5f411a21afa18356339e3545a8) Signed-off-by: Portia Stephens Signed-off-by: Richard Purdie --- meta/recipes-core/volatile-binds/files/volatile-binds.service.in | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-core/volatile-binds') 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 8fe7d8d4f9..52384c8264 100644 --- a/meta/recipes-core/volatile-binds/files/volatile-binds.service.in +++ b/meta/recipes-core/volatile-binds/files/volatile-binds.service.in @@ -10,7 +10,6 @@ ConditionPathIsReadWrite=!@where@ [Service] Type=oneshot RemainAfterExit=Yes -TimeoutSec=0 Environment=MOUNT_COPYBIND_AVOID_OVERLAYFS=@avoid_overlayfs@ ExecStart=/sbin/mount-copybind @what@ @where@ ExecStop=/bin/umount @where@ -- cgit v1.2.3-54-g00ecf