mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-31 22:47:12 +00:00
fix 9pudc startup
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
f0fa9db182
commit
48fba08878
@ -21,7 +21,7 @@ start()
|
||||
--background \
|
||||
--exec /sbin/9pudc \
|
||||
--make-pidfile --pidfile ${PIDFILE} \
|
||||
--stderr \"${LOGFILE}\" --stdout \"${LOGFILE}\""
|
||||
--stderr "${LOGFILE}" --stdout "${LOGFILE}" \
|
||||
-- -path /Socket -sock /var/run/docker.sock
|
||||
|
||||
eend $? "Failed to start 9pudc"
|
||||
|
Loading…
Reference in New Issue
Block a user