提交 5a678615 编写于 作者: J Jiangtao Hu 提交者: Dong Li

script: mute supervisorctl start/stop msg from console.

上级 eb5ef538
......@@ -33,14 +33,14 @@ function start() {
supervisord -c /apollo/modules/tools/supervisord/dev.conf >& /tmp/supervisord.start.log
echo "Started supervisord with dev conf"
fi
supervisorctl start monitor &
supervisorctl start dreamview &
supervisorctl start monitor > /dev/null 2>&1 &
supervisorctl start dreamview > /dev/null 2>&1 &
echo "Dreamview is running at http://localhost:8888"
}
function stop() {
supervisorctl stop monitor &
supervisorctl stop dreamview &
supervisorctl stop monitor > /dev/null 2>&1 &
supervisorctl stop dreamview > /dev/null 2>&1 &
pkill -f roscore
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册