Redirect vsudd stdout/stderr to console

Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
This commit is contained in:
Simon Ferquel 2016-11-21 17:46:33 -05:00
parent a12a833b20
commit 641669cafb

View File

@ -32,6 +32,8 @@ start()
start-stop-daemon --start --quiet \
--background \
--exec /sbin/vsudd \
--stdout /dev/console \
--stderr /dev/console \
-- -inport "${DOCKER_PORT}:unix:/var/run/docker.sock" \
${SYSLOG_OPT} \
-pidfile ${PIDFILE}