Skip to content

Commit 766d0cb

Browse files
authored
keep the filesystem mounted for faster launch time
1 parent 983d8db commit 766d0cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ rm -rf /usr/local/bin/uruntime
9797
wget "${URUNTIME_URL}" -O /usr/local/bin/uruntime
9898
chmod +x /usr/local/bin/uruntime
9999

100+
# keep the uruntime mountpoint (speeds up launch time)
101+
sed -i 's|URUNTIME_MOUNT=[0-9]|URUNTIME_MOUNT=0|' /usr/local/bin/uruntime
102+
100103
# ld-preload-open: https://github.com/fritzw/ld-preload-open
101104
rm -rf /opt/path-mapping.so
102105
git clone https://github.com/fritzw/ld-preload-open.git

0 commit comments

Comments
 (0)