summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPortia <stephensportia@gmail.com>2022-04-29 17:34:40 +1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-30 22:00:20 +0100
commit9e556960421c8bbe8851d9810352a5b4bd3b50df (patch)
tree57223d3623b15b219b3f99fb367be693d8ad1859
parent892b126ef4dcbe28f3fb9e648f19adf2612b349c (diff)
downloadpoky-9e556960421c8bbe8851d9810352a5b4bd3b50df.tar.gz
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 <stephensportia@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/volatile-binds/files/volatile-binds.service.in1
1 files changed, 0 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 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@
10[Service] 10[Service]
11Type=oneshot 11Type=oneshot
12RemainAfterExit=Yes 12RemainAfterExit=Yes
13TimeoutSec=0
14Environment=MOUNT_COPYBIND_AVOID_OVERLAYFS=@avoid_overlayfs@ 13Environment=MOUNT_COPYBIND_AVOID_OVERLAYFS=@avoid_overlayfs@
15ExecStart=/sbin/mount-copybind @what@ @where@ 14ExecStart=/sbin/mount-copybind @what@ @where@
16ExecStop=/bin/umount @where@ 15ExecStop=/bin/umount @where@