mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 10:31:35 +00:00
Merge pull request #900 from simonferquel/remove_vsudd_output_from_console
Remove vsudd output from the console.
This commit is contained in:
commit
2f79af3d1a
@ -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