diff options
author | Portia <stephensportia@gmail.com> | 2022-04-29 17:34:40 +1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-30 22:00:20 +0100 |
commit | 9e556960421c8bbe8851d9810352a5b4bd3b50df (patch) | |
tree | 57223d3623b15b219b3f99fb367be693d8ad1859 | |
parent | 892b126ef4dcbe28f3fb9e648f19adf2612b349c (diff) | |
download | poky-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.in | 1 |
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] |
11 | Type=oneshot | 11 | Type=oneshot |
12 | RemainAfterExit=Yes | 12 | RemainAfterExit=Yes |
13 | TimeoutSec=0 | ||
14 | Environment=MOUNT_COPYBIND_AVOID_OVERLAYFS=@avoid_overlayfs@ | 13 | Environment=MOUNT_COPYBIND_AVOID_OVERLAYFS=@avoid_overlayfs@ |
15 | ExecStart=/sbin/mount-copybind @what@ @where@ | 14 | ExecStart=/sbin/mount-copybind @what@ @where@ |
16 | ExecStop=/bin/umount @where@ | 15 | ExecStop=/bin/umount @where@ |