mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 02:21:34 +00:00
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:
parent
8997809d01
commit
5c096a83c1
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user