fix 9pudc startup

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-02-08 18:30:30 -08:00
parent fd8ac2fb83
commit 1f9bf7c321

View File

@ -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"