mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-25 19:54:38 +00:00
transfused: when starting, wait up to 2s for pidfile to appear
pidfile appearance is triggered by start-up mount completion. Signed-off-by: David Sheets <dsheets@docker.com>
This commit is contained in:
parent
b58448fdf5
commit
67dd25d1ba
@ -29,6 +29,8 @@ start()
|
||||
-p "${PIDFILE}" \
|
||||
-l "${STARTUP_LOGFILE}"
|
||||
|
||||
ewaitfile 2 ${PIDFILE}
|
||||
|
||||
eend $? "Failed to start transfused"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user