mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 19:05:37 +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 \
|
start-stop-daemon --start --quiet \
|
||||||
--background \
|
--background \
|
||||||
--exec /sbin/vsudd \
|
--exec /sbin/vsudd \
|
||||||
--stdout /dev/console \
|
|
||||||
--stderr /dev/console \
|
|
||||||
-- -inport "${DOCKER_PORT}:unix:/var/run/docker.sock" \
|
-- -inport "${DOCKER_PORT}:unix:/var/run/docker.sock" \
|
||||||
${SYSLOG_OPT} \
|
${SYSLOG_OPT} \
|
||||||
-pidfile ${PIDFILE}
|
-pidfile ${PIDFILE}
|
||||||
|
Loading…
Reference in New Issue
Block a user