From: Portia Date: Fri, 29 Apr 2022 07:34:40 +0000 (+1000) Subject: volatile-binds: Remove TimeoutSec and allow DefaultTimeoutSec to be used X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4270 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86aea324e423ce5f411a21afa18356339e3545a8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. 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 8fe7d8d4f95..52384c82641 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@