Merge pull request #900 from simonferquel/remove_vsudd_output_from_console

Remove vsudd output from the console.
This commit is contained in:
Justin Cormack 2016-12-16 09:11:34 -08:00 committed by GitHub
commit 2f79af3d1a

View File

@ -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}