]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
volatile-binds: Remove TimeoutSec and allow DefaultTimeoutSec to be used
authorPortia <stephensportia@gmail.com>
Fri, 29 Apr 2022 07:34:40 +0000 (17:34 +1000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 30 Apr 2022 20:59:32 +0000 (21:59 +0100)
Remove setting TimeoutSec and allow the DefaultTimeSec to be set for the
volatile-binds services.

Signed-off-by: Portia Stephens <stephensportia@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/volatile-binds/files/volatile-binds.service.in

index 8fe7d8d4f95643b6d56fb21b9008db0c70af0692..52384c826411b54b9a0cf265d54f3e0911ffdb4e 100644 (file)
@@ -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@