mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 18:41:37 +00:00
Redirect vsudd stdout/stderr to console
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
This commit is contained in:
parent
a12a833b20
commit
641669cafb
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user