Remove vsudd output from the console.

vsudd is quite verbose, and we are confident enough about its stability.
This will clean Pinata logs as well indirectly

Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
This commit is contained in:
Simon Ferquel 2016-12-16 15:53:20 +01:00
parent 8997809d01
commit 5c096a83c1

View File

@ -32,8 +32,6 @@ 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}