mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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>
This commit is contained 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@
|
||||
|
||||
Reference in New Issue
Block a user