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