mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 19:37:10 +00:00
9e55696042
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>
19 lines
454 B
Plaintext
19 lines
454 B
Plaintext
[Unit]
|
|
Description=Bind mount volatile @where@
|
|
DefaultDependencies=no
|
|
Before=local-fs.target
|
|
RequiresMountsFor=@whatparent@ @whereparent@
|
|
ConditionPathIsReadWrite=@whatparent@
|
|
ConditionPathExists=@where@
|
|
ConditionPathIsReadWrite=!@where@
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=Yes
|
|
Environment=MOUNT_COPYBIND_AVOID_OVERLAYFS=@avoid_overlayfs@
|
|
ExecStart=/sbin/mount-copybind @what@ @where@
|
|
ExecStop=/bin/umount @where@
|
|
|
|
[Install]
|
|
WantedBy=local-fs.target
|